Swapped a word (#544)

Was "none", should be "known".
This commit is contained in:
Alistair Calder 2016-09-19 11:11:31 -07:00 committed by Michael Rose
parent 81b42b9e87
commit 7dc7a9510e

View File

@ -62,7 +62,7 @@ Outputs:
A Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`. A Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`.
**Note:** Has been none to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default. **Note:** Has been known to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default.
{: .notice--danger} {: .notice--danger}
* [Documentation](http://jch.penibelst.de/) * [Documentation](http://jch.penibelst.de/)
@ -570,4 +570,4 @@ Add the new `.btn--reddit` class to the `<a>` element from earlier, [compile `ma
{% raw %}<a href="https://www.reddit.com/submit?url={{ base_path }}{{ page.url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %} {% raw %}<a href="https://www.reddit.com/submit?url={{ base_path }}{{ page.url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %}
``` ```
![Reddit social share link button]({{ base_path }}/images/mm-social-share-links-reddit-color.png) ![Reddit social share link button]({{ base_path }}/images/mm-social-share-links-reddit-color.png)