diff --git a/readme.md b/readme.md index 3eb6619a6..1f67b4467 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ $form->addText('name', 'Name:') ->setRequired('Please fill your name.'); ``` -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. +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. ```html