Skip to content

Commit

Permalink
Fix typo in README (#137)
Browse files Browse the repository at this point in the history
Fixes a small typo in the README: "now" -> "not"
  • Loading branch information
HeroicEric authored and Robdel12 committed Oct 25, 2019
1 parent 7372be6 commit f094f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test('Some test case', async function(assert) {
});
```

If your app does now allow async/await, you will need to use the the andThen() helper and a regular function (as opposed to `async function`).
If your app does not allow async/await, you will need to use the the andThen() helper and a regular function (as opposed to `async function`).

```javascript
import a11yAudit from 'ember-a11y-testing/test-support/audit';
Expand Down

0 comments on commit f094f29

Please sign in to comment.