Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Helvik committed Nov 25, 2017
1 parent 6f73b52 commit 5ef5d06
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 @@ -107,7 +107,7 @@ m.meaning.of.life = 42
expect(m.meaning.of.life).toBe(42)
```

#### Assigning functions to a mock gies you access to $args
#### Assigning functions to a mock gives you access to $args
When assigning functions as a property of a mock, you will also
have access to `$args` of this function.

Expand Down

0 comments on commit 5ef5d06

Please sign in to comment.