From a2aae8ef4505c25cfba945c2ca6e40b15d039e59 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Thu, 31 Mar 2022 01:36:06 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e866de..a32d395 100644 --- a/README.md +++ b/README.md @@ -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' ])