Skip to content

Commit

Permalink
Merge pull request #8296 from threewebcode/patch-1
Browse files Browse the repository at this point in the history
fix: rectify the typos in the docs
  • Loading branch information
guggero authored Dec 20, 2023
2 parents 0df507e + c0ef879 commit 30348ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code_contribution_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Examples of common patterns w.r.t commit structures within the project:
* Project or package wide file renamings should be in their own commit.
* Ideally if a new package/struct/sub-system is added in a PR, there should
be a single commit which adds the new functionality, with follow up
induvidual commits that begin to intergrate the functionality within the
individual commits that begin to integrate the functionality within the
codebase.
* If a PR only fixes a trivial issue, such as updating documentation on a
small scale, fix typos, or any changes that do not modify the code, the
Expand Down

0 comments on commit 30348ba

Please sign in to comment.