Skip to content

Commit

Permalink
[tiny][doc] Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Apr 3, 2017
1 parent f636767 commit 9e077d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -272,7 +272,7 @@ Asserts if the given value is one of the acceptable types.
The same caveats regarding `typeof` apply as described in [a, an](#a-an).

```js
assume([]).is.oneOfType(['array', string']);
assume([]).is.oneOfType(['array', 'string']);
```

#### instanceOf, instanceof, inherits, inherit
Expand Down

0 comments on commit 9e077d3

Please sign in to comment.