Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
missing parentheses
  • Loading branch information
kimskovhusandersen committed Jun 26, 2020
1 parent 392caa1 commit 73c93e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Using built-in HTML form elements ([Open in REPL](https://svelte.dev/repl/7eeaaf
<label for="email">email</label>
<input id="email" bind:value="{$values.email}" />
{#if $touched.has('email') && $errors.has('email')}
<span>{$errors.get'email').message}</span>
<span>{$errors.get('email').message}</span>
{/if}
</p>

Expand Down

0 comments on commit 73c93e0

Please sign in to comment.