From def7765071ad94946a3e8bce2f7aeb765a0ba3d5 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrzkowski <scardinius@users.noreply.github.com> Date: Mon, 2 Jul 2018 10:02:34 +0200 Subject: [PATCH] Update git.md --- docs/tools/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/git.md b/docs/tools/git.md index 7d5d57f6..2e4dd9d9 100644 --- a/docs/tools/git.md +++ b/docs/tools/git.md @@ -108,7 +108,7 @@ The aim of flagging a PR as "(NFC)" is to streamline review on trivial changes. Here are some examples and counter-examples of NFC: * _Non-Functional Change_: - * Modify whitepsace in PHP code. + * Modify whitespace in PHP code. * Update a code comment. * Fix a typo or grammatical error in a help dialog. * (*Maybe*) Add a new unit-test where there was no coverage before. -- GitLab