Skip to content

Commit

Permalink
Update html5-faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 23, 2023
1 parent 4659806 commit f7def5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/shared/html5-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ $ python -m SimpleHTTPServer [port]

#### Q: Why does my game crash with error "Unexpected data size" while loading?

A: This usually happens when you are using Windows and make a build and commit it to Git. If you have the wrong line-ending configuration in Git it will change your line endings and thus also the data size. Follow these instructions to solve the problem: https://docs.github.com/en/free-pro-team@latest/github/using-git/configuring-git-to-handle-line-endings
A: This usually happens when you are using Windows and make a build and commit it to Git. If you have the wrong line-ending configuration in Git it will change your line endings and thus also the data size. Follow these instructions to solve the problem: [https://docs.github.com/en/free-pro-team@latest/github/using-git/configuring-git-to-handle-line-endings](https://docs.github.com/en/free-pro-team@latest/github/using-git/configuring-git-to-handle-line-endings)

0 comments on commit f7def5c

Please sign in to comment.