Skip to content

Commit

Permalink
Fix code example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLoutre committed Dec 30, 2019
1 parent 35cb221 commit c0f2232
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 @@ -12,7 +12,7 @@ This library uses the `iter-tools` and `difflib` modules which are Javascript po
## Basic Example

```js
const SymSpell = require('node-symspell)
const SymSpell = require('node-symspell')

const maxEditDistance = 2
const prefixLength = 7
Expand Down

0 comments on commit c0f2232

Please sign in to comment.