Skip to content

Commit

Permalink
Merge pull request #536 from kevinSuttle/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 'The Dangerfile' doc
  • Loading branch information
orta committed Mar 16, 2018
2 parents 1c19b2c + 88c49b3 commit 26793f1
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 26793f1

Please sign in to comment.