Typos and line wrapping

This commit is contained in:
chrisfinazzo 2015-10-19 12:06:46 -04:00
parent d63acc140d
commit 36a41cd224
3 changed files with 4 additions and 4 deletions

View File

@ -653,8 +653,8 @@ class Jekyll::Converters::Markdown::MyCustomProcessor
end
{% endhighlight %}
Once you've created your class and have it properly setup either as a plugin in
the `_plugins` folder or as a gem, specify it in your `_config.yml`:
Once you've created your class and have it properly set up either as a plugin
in the `_plugins` folder or as a gem, specify it in your `_config.yml`:
{% highlight yaml %}
markdown: MyCustomProcessor