Skip to content

Commit

Permalink
fix grammar in paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Feb 25, 2018
1 parent 212f49f commit a1588a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2018-02-25-jekyll-3-7-3-released.markdown
Expand Up @@ -12,7 +12,7 @@ jekyll plugin that in turn uses the `I18n` library.

When [v3.7.0]({% link _posts/2018-01-02-jekyll-3-7-0-released.md %}) enhanced our `slugify` filter with a `latin` option, we also
hardcoded a default fallback locale for the `I18n` library to avoid an exception raised in the event the library fails to find
any locale. This led to issues with third-party i18n plugins for Jekyll especially since default locale that got assigned before
the plugin was loaded, and irrespective of whether the `slugify` filter was used.
any locale. This led to issues with third-party i18n plugins for Jekyll, especially since the default locale got assigned before
the plugin was loaded, irrespective of whether the `slugify` filter was used.

Jekyll will henceforth set the default locale if and only if necessary.

0 comments on commit a1588a1

Please sign in to comment.