Skip to content

Commit 52fd945

Browse files
typo - do instead of don't (#8518)
Merge pull request 8518
1 parent ca03e7a commit 52fd945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_docs/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Bash on Ubuntu on Windows is still under development, so you may run into issues
9797

9898
## Encoding
9999

100-
If you use UTF-8 encoding, make sure that no `BOM` header characters exist in your files. If they don't, Jekyll will break. This is especially relevant when you're running Jekyll on Windows.
100+
If you use UTF-8 encoding, Jekyll will break if a file starts with characters representing a [BOM](https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8). Therefore, remove this sequence of bytes if it appears at the beginning of your file.
101101

102102
Additionally, you might need to change the code page of the console window to UTF-8 in case you get a
103103
`Liquid Exception: Incompatible character encoding` error during the site generation process. Run the following:

0 commit comments

Comments
 (0)