Skip to content

Commit

Permalink
fix readme typo (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso authored Sep 24, 2020
1 parent c1468f1 commit 031c4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let us know if you make a multilingual blog you want to share:
Currently supports Jekyll 3.0 , and Jekyll 4.0 (for the most part)

* *Windows users will need to disable parallel_localization on their machines by setting `parallel_localization: false` in the `_config.yml`
* In Jekyll 4.0 , SCSS source maps will generate improperly due to how Polyglot operates. The workaround is to disable the CSS sourcemaps. Adding rhe following to your `config.yml` will disable sourcemap generation:
* In Jekyll 4.0 , SCSS source maps will generate improperly due to how Polyglot operates. The workaround is to disable the CSS sourcemaps. Adding the following to your `config.yml` will disable sourcemap generation:
```yaml
sass:
sourcemap: never
Expand Down

0 comments on commit 031c4f5

Please sign in to comment.