Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix spelling mistake.
  • Loading branch information
michael-okeefe authored Jun 21, 2024
1 parent 81ea102 commit 2e6c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ IDE, which can be configured to automatically format code upon file-save. Else,
* On Mac, `brew install clang-format` and run at the command line with `clang-format -i <file>`
* On Ubuntu, `sudo apt install clang-format` and run at the command line with `clang-format -i <file>`

**NOTE**: ensure the version of clang-format you're development team is using locally matches the version used in `.github/workflows/clang-format-check.yml` or you may get false errors. The .clang-format file can be set to a version earlier than your current.
**NOTE**: ensure the version of clang-format your development team is using locally matches the version used in `.github/workflows/clang-format-check.yml` or you may get false errors. The .clang-format file can be set to a version earlier than your current.

## Code Coverage: Codecov

Expand Down

0 comments on commit 2e6c43b

Please sign in to comment.