Skip to content

Commit

Permalink
docs: fix broken link in developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Dec 13, 2017
1 parent 1678c22 commit d4b0900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ Occasionally, you may want to add additional information about why a Check passe
// aria-valid-attr check
"messages": {
"pass": "ARIA attributes are used correctly for the defined role",
"fail": "ARIA attribute{{=it.data && it.data.length > 1 ? 's are' : ' is'}} not allowed:{{~it.data:value}} {{=value}}{{~}}"
"fail": "ARIA attribute{{=it.data && it.data.length > 1 ? 's are' : ' is'}} not allowed:{{~it.data:value}} {{=value}}{{~}}",
"incomplete": "axe-core couldn't tell because of {{it.data.missingData}}"
}
```

Expand Down

0 comments on commit d4b0900

Please sign in to comment.