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 e49e30d commit ca09d3aCopy full SHA for ca09d3a
README.md
@@ -141,7 +141,7 @@ input.addEventListener('auto-check-complete', function(event) {
141
142
## Manually Trigger Validation
143
144
-The `triggerValidation()` function can be used to manually tigger the `<auto-check>` element.
+The `triggerValidation()` function can be used to manually trigger the `<auto-check>` element.
145
146
```js
147
document.getElementById('input-element').closest('auto-check').triggerValidation()
0 commit comments