Skip to content

Commit d596579

Browse files
committed
Updated README.md [skip ci]
1 parent 6d0c268 commit d596579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ graph LR;
285285

286286
## Git Hooks
287287

288-
The git hooks that run are quick file comparisons to ensure the files in the dotnet project and the UnityProject are the same and that the build files haven't changed.
288+
The git hooks that run are quick file checks to ensure the files in the dotnet project and the UnityProject are the same and that the build files haven't changed.
289289

290290
```bash
291291
$ git config --local core.hooksPath .githooks/

UnityPackage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ graph LR;
285285

286286
## Git Hooks
287287

288-
The git hooks that run are quick file comparisons to ensure the files in the dotnet project and the UnityProject are the same and that the build files haven't changed.
288+
The git hooks that run are quick file checks to ensure the files in the dotnet project and the UnityProject are the same and that the build files haven't changed.
289289

290290
```bash
291291
$ git config --local core.hooksPath .githooks/

0 commit comments

Comments
 (0)