From e70349644b8c1330725395b4d1476d201091fe88 Mon Sep 17 00:00:00 2001 From: Abubakar Nur Khalil Date: Fri, 13 Aug 2021 03:33:57 +0100 Subject: [PATCH] trivial: minor grammar and typo fix [skip ci] --- docs/code_contribution_guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index efaa43d5c..ecaca5d05 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -316,8 +316,8 @@ Examples of common patterns w.r.t commit structures within the project: be a single commit which adds the new functionality, with follow up induvidual commits that begin to intergrate the functionality within the codebase. - * If a PR only fixes a trivial issue, such as updating documentations on a - small scale, fix typo, or any changes that do not modify the code, the + * 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 commit message should end with `[skip ci]` to skip the CI checks. ## Code Spacing