Skip to content

Commit 711c69a

Browse files
committed
Merge pull request #60 from Abderrahman/patch-1
Update readme.md
2 parents f0a88aa + 670b725 commit 711c69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $form->addText('name', 'Name:')
4040
->setRequired('Please fill your name.');
4141
```
4242

43-
Try submitting a form without the name - you will se this very message until you meet the validation rules. All that is left for us is setting up JavaScript rules. Luckily it's an piece of cake. We only have to link `netteForms.js`, which is located at `/client-side/forms` in the distribution package.
43+
Try submitting a form without the name - you will keep seeing this message until you meet the validation rules. All that is left for us is setting up JavaScript rules. Luckily it's a piece of cake. We only have to link `netteForms.js`, which is located at `/client-side/forms` in the distribution package.
4444

4545
```html
4646
<script src="netteForms.js"></script>

0 commit comments

Comments
 (0)