Skip to content

Commit

Permalink
chore(docs): fix typo and correct accessibility plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shih-You Yeh authored and sjelin committed Jun 4, 2015
1 parent 6f6e9a4 commit 3a2a5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Enable this plugin in your config file:
chromeA11YDevTools: {
treatWarningsAsFailures: true
},
path: 'node_modules/protractor.plugins/accessibility'
path: 'node_modules/protractor/plugins/accessibility'
}]
}
```
Expand Down Expand Up @@ -264,7 +264,7 @@ can be configured to fail a test if either is detected. There is also an
optional exclude parameter which accepts both regex and strings. Any log
matching the exclude parameter will not fail the test or be logged to the
console.

```js
exports.config = {
plugins: [{
Expand Down

0 comments on commit 3a2a5df

Please sign in to comment.