Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mathanpec committed Nov 22, 2019
1 parent a5bd2e6 commit 22b431d
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 @@ -46,7 +46,7 @@ Before starting out with Cucumber, please be sure to go over the fundamentals of
```js
const detox = require('detox');
const { BeforeAll, AfterAll } = require('cucumber');
const config = require('path-to-pacjage.json').detox;
const config = require('path-to-package.json').detox;

BeforeAll(async () => {
await detox.init(config);
Expand Down

0 comments on commit 22b431d

Please sign in to comment.