Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylai committed Jan 4, 2019
1 parent cd8c7dd commit 96f26d3
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 @@ -219,7 +219,7 @@ feature "Signing in" do
end
```

`feature` is in fact just an alias for `describe ..., type:> :feature`,
`feature` is in fact just an alias for `describe ..., type: :feature`,
`background` is an alias for `before`, `scenario` for `it`, and
`given`/`given!` aliases for `let`/`let!`, respectively.

Expand Down

0 comments on commit 96f26d3

Please sign in to comment.