Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29323282: Noissue - Add hint for Windows users regarding git auto-conversion of line endings (Closed)
Patch Set: Fixed typo Created Aug. 10, 2015, 2:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 60a54abc87602b63c977dfe22d03c04d5bc0edad..bc1d4bb45a9017ea736f413261be4bac35d17239 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ The most convenient way to do this is to use Vagrant, as described
below.
Git users on Windows may experience issues caused by automatic line ending
-conversion if the git option `core.autocrlf` is set to `true`. It is therefor
+conversion if the git option `core.autocrlf` is set to `true`. It is therefore
recommended to set this option to `false` or `input`, e.g. by running
`git config --global core.autocrlf false`.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld