Skip to content

Commit 7fc2caa

Browse files
Fix minor text inconsistencies
1 parent 095fd60 commit 7fc2caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Since Git-Sim is a new project, we don't have an official code style set in
8383
stone. For now just try and make your new code fit in with the existing style
8484
you find in the codebase, and we'll update this section later if that changes.
8585

86-
### Code Formatting
86+
## Code Formatting
8787

8888
This project uses the [`black`](https://github.com/psf/black) code formatter to keep all code in a constistent format.
8989

90-
Please install it in your development environment and run `black path/to/changed/files` before committing any changes.
90+
Please install it in your development environment and run `black path/to/changed/files` before committing any changes.
9191

9292
## Commit conventions
9393

0 commit comments

Comments
 (0)