Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opensource/workflow/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ program code and documentation code.

* Update the documentation when creating or modifying features.

* Commits that fix or close an issue should reference them in the commit message
* Commits that fix or close an issue should reference it in the commit message
`Closes #XXXX` or `Fixes #XXXX`. Mentions help by automatically closing the
issue on a merge.

Expand Down