From f82306729365efcba0415963a26290750bd57106 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 31 Aug 2024 00:42:10 +0900 Subject: [PATCH] docs: update README.md commiting -> committing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`