diff --git a/README.md b/README.md index db897f155..0f3c84ca0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ These packages should be gradually chipped away at in order to place their compo ### Code linting -During development swiftlint is run on non-strict mode so it's easier to develop without worrying about code formatting. On CI, linting is strict and will fail on any warning. Before commiting code to this repository run the following script to add a pre-commit hook that will check all new/modified files in strict mode and stop you from committing code that won't make it through CI. +During development swiftlint is run on non-strict mode so it's easier to develop without worrying about code formatting. On CI, linting is strict and will fail on any warning. Before committing code to this repository run the following script to add a pre-commit hook that will check all new/modified files in strict mode and stop you from committing code that won't make it through CI. `./scripts/pre_commit_lint.sh setup`