Skip to content

Commit 65b8e5c

Browse files
authored
docs
1 parent 58db17c commit 65b8e5c

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
@@ -239,7 +239,7 @@ let v = new aspnetValidation.ValidationService();
239239
v.bootstrap({ watch: true });
240240
```
241241

242-
Alternatively, to update the validation service for a specific form (which has been modified dynamically), without using a `MutationObserver`:
242+
Alternatively, to update the validation service for a specific form (which was created or modified dynamically) without using a `MutationObserver`:
243243
```js
244244
let form = document.getElementById('my-form');
245245
v.scan(form);

0 commit comments

Comments
 (0)