Skip to content

Commit

Permalink
Merge pull request markdown-it#858 from kaankabalak/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
puzrin authored Mar 31, 2022
2 parents 7f0bc25 + a2aae8e commit 750a954
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 @@ -227,7 +227,7 @@ By default all rules are enabled, but can be restricted by options. On plugin
load all its rules are enabled automatically.

```js
// Activate/deactivate rules, with curring
// Activate/deactivate rules, with currying
var md = require('markdown-it')()
.disable([ 'link', 'image' ])
.enable([ 'link' ])
Expand Down

0 comments on commit 750a954

Please sign in to comment.