From f4704d52eb0fc06e00aba919fac4980a31d742a2 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 29 Nov 2015 18:51:52 +0300 Subject: [PATCH] typo fix --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 33c5337..7eec754 100644 --- a/docs/development.md +++ b/docs/development.md @@ -20,7 +20,7 @@ Prior to continue, make sure you've read: header IDs or `target="_blank"` for the links). - Plugins should not require `markdown-it` package as dependency in `package.json`. If you need access to internals, those are available via parser instance, - passed on plugin load. See properties of main class an nested objects. + passed on plugin load. See properties of main class and nested objects. 2. Search existing [plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin) or [rules](https://github.com/markdown-it/markdown-it/tree/master/lib),