Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Closes GH-316.
  • Loading branch information
tbroadley authored and wooorm committed Dec 16, 2017
1 parent 679a73d commit 6e4ab62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
— Convert links to local or remote OpenAPI definition to tables with
summaries of all paths
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-ping)
— Custom syntax, parses `@user`, `@**first last**`, configurable existance
— Custom syntax, parses `@user`, `@**first last**`, configurable existence
check. Rehype compatible
* [`remark-react`](https://github.com/mapbox/remark-react)
— Compile Markdown to [React](https://github.com/facebook/react)
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ The given `node`.
### Turning off a tokenizer

In rare situations, you may want to turn off a tokenizer to avoid parsing
that syntactic feature. This can be done by deleting the tokenzier from
that syntactic feature. This can be done by deleting the tokenizer from
your Parser’s `blockTokenizers` (or `blockMethods`) or `inlineTokenizers`
(or `inlineMethods`).

Expand Down

0 comments on commit 6e4ab62

Please sign in to comment.