Skip to content

Commit 8212014

Browse files
authored
Update CONTRIBUTING.md
Signed-off-by: Gray Campbell <12163070+graycampbell@users.noreply.github.com>
1 parent e77e751 commit 8212014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ brew bundle
3434

3535
This project uses [`SwiftFormat`](https://github.com/nicklockwood/SwiftFormat) to maintain consistent code formatting.
3636
We do not currently automate the process of formatting code, but our CI workflow does use `SwiftFormat` as a linter to
37-
validate that all code changes adhere to our formatting rules. Before creating a PR, please run `SwiftFormat` on all new
37+
validate that all code changes adhere to our formatting rules. Before creating a PR, please run `swiftformat` on all new
3838
or updated files and commit the changes.
3939

4040
## Signed Commits Required

0 commit comments

Comments
 (0)