Skip to content

Commit

Permalink
Fixes spelling mistake from "instanting" to "instantiating"
Browse files Browse the repository at this point in the history
  • Loading branch information
djchie authored and isaacs committed Nov 12, 2015
1 parent ea0c690 commit 361f803
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 @@ -37,7 +37,7 @@ See:

## Minimatch Class

Create a minimatch object by instanting the `minimatch.Minimatch` class.
Create a minimatch object by instantiating the `minimatch.Minimatch` class.

```javascript
var Minimatch = require("minimatch").Minimatch
Expand Down

0 comments on commit 361f803

Please sign in to comment.