Skip to content

Commit 6e4ab62

Browse files
tbroadleywooorm
authored andcommitted
Fix typos
Closes GH-316.
1 parent 679a73d commit 6e4ab62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Have a good idea for a new plugin? Let’s [chat][gitter] and make it happen!
120120
— Convert links to local or remote OpenAPI definition to tables with
121121
summaries of all paths
122122
* [`remark-ping`](https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-ping)
123-
— Custom syntax, parses `@user`, `@**first last**`, configurable existance
123+
— Custom syntax, parses `@user`, `@**first last**`, configurable existence
124124
check. Rehype compatible
125125
* [`remark-react`](https://github.com/mapbox/remark-react)
126126
— Compile Markdown to [React](https://github.com/facebook/react)

packages/remark-parse/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The given `node`.
390390
### Turning off a tokenizer
391391

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

0 commit comments

Comments
 (0)