Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MZanggl committed Mar 12, 2021
1 parent cba8e9e commit 7675e95
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 @@ -1226,7 +1226,7 @@ This is useful for grouping common logic together and avoiding temporary variabl
Before

```javascript
const user = User.first() // varialbe "user" is only used here
const user = User.first() // variable "user" is only used here
const nameMatches = expect(user.name).toBe('test name')
```

Expand Down

0 comments on commit 7675e95

Please sign in to comment.