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 fa540d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_posts/2018-02-25-jekyll-3-7-3-released.markdown
Expand Up @@ -8,11 +8,11 @@ categories: [release]

Hello Jekyllers!! :wave:
We're pleased to announce the release of `v3.7.3` which fixes a bug one might encounter while using `Jekyll - 3.7.x` along with a
jekyll plugin that in turn uses the `I18n` library.
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 fa540d6

Please sign in to comment.