diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-07-23 07:49:45 +0000 |
---|---|---|
committer | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-07-23 07:49:45 +0000 |
commit | 35eede41d506da684613f02fed33bd0c2c523358 (patch) | |
tree | 80efeabec4f00aefa92fa88903f618049dad9335 | |
parent | b2a550ecc65dacd060fb44bbda65c74395acd883 (diff) | |
download | gitlab-ce-35eede41d506da684613f02fed33bd0c2c523358.tar.gz |
Apply suggestion to doc/development/shell_scripting_guide/index.md
-rw-r--r-- | doc/development/shell_scripting_guide/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md index 2a919ece4b0..67577a77a32 100644 --- a/doc/development/shell_scripting_guide/index.md +++ b/doc/development/shell_scripting_guide/index.md @@ -108,8 +108,9 @@ The code review should be performed according to: - [Google Shell Style Guide](https://google.github.io/styleguide/shell.xml) - [Shfmt formatting caveats](https://github.com/mvdan/sh#caveats) -But, the recommended course of action is to use the aforementioned tools and address reported offenses. This should -eliminate the very need for code review. +However, the recommended course of action is to use the aforementioned +tools and address reported offenses. This should eliminate the need +for code review. --- |