Remove doc linter warnings
This commit is contained in:
parent
9dd960fc97
commit
4d7d72256d
1 changed files with 6 additions and 6 deletions
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
app.client.autidAccessibility().then(function (audit) {
|
app.client.autidAccessibility().then(function (audit) {
|
||||||
if (audit.failed) {
|
if (audit.failed) {
|
||||||
console.error(audit.message)
|
console.error(audit.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue