Skip to content

Commit 5921f59

Browse files
authored
Merge pull request #1754 from PiDelport/patch-1
style: add missing word
2 parents 2213312 + 50bad7f commit 5921f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/for_developers/preprocessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `chapter.content` is just a string which happens to be markdown. While it's
6161
entirely possible to use regular expressions or do a manual find & replace,
6262
you'll probably want to process the input into something more computer-friendly.
6363
The [`pulldown-cmark`][pc] crate implements a production-quality event-based
64-
Markdown parser, with the [`pulldown-cmark-to-cmark`][pctc] allowing you to
64+
Markdown parser, with the [`pulldown-cmark-to-cmark`][pctc] crate allowing you to
6565
translate events back into markdown text.
6666

6767
The following code block shows how to remove all emphasis from markdown,

0 commit comments

Comments
 (0)