From 5c91be38e193a1902efdd7d6baa3e2799f0cdc69 Mon Sep 17 00:00:00 2001 From: Vince Lee Date: Tue, 2 Jul 2019 09:33:31 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a522d..be35726 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Documentation: http://fsprojects.github.io/ProjectScaffold * git mv necessary project file folders into src folder * git commit, and any following cleanup -Be sure to do only ````git mv```` file renames in a single commit. If you try to commit anything else git will treat the renames as file delete / file add and you will loose history on those files. +Be sure to do only ````git mv```` file renames in a single commit. If you try to commit anything else git will treat the renames as file delete / file add and you will lose history on those files. ## Requirements