We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58db17c commit 65b8e5cCopy full SHA for 65b8e5c
README.MD
@@ -239,7 +239,7 @@ let v = new aspnetValidation.ValidationService();
239
v.bootstrap({ watch: true });
240
```
241
242
-Alternatively, to update the validation service for a specific form (which has been modified dynamically), without using a `MutationObserver`:
+Alternatively, to update the validation service for a specific form (which was created or modified dynamically) without using a `MutationObserver`:
243
```js
244
let form = document.getElementById('my-form');
245
v.scan(form);
0 commit comments