Skip to content

Commit

Permalink
Fix typo in 'The Dangerfile' doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Mar 16, 2018
1 parent 1c19b2c commit 88c49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/the_dangerfile.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Assuming that your local file-system matches up to that branch on GitHub, this w

## Working with files

Over time, we've found it easier to create up-front arrays of files you are be interested in - then you can work with these potential arrays of files. For example:
Over time, we've found it easier to create up-front arrays of files you are interested in - then you can work with these potential arrays of files. For example:

```js
import { danger } from "danger"
Expand Down

0 comments on commit 88c49b3

Please sign in to comment.