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
|
||||
app.client.autidAccessibility().then(function (audit) {
|
||||
if (audit.failed) {
|
||||
console.error(audit.message)
|
||||
}
|
||||
if (audit.failed) {
|
||||
console.error(audit.message)
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue