diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-09-19 18:33:47 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-09-19 18:33:47 +0800 |
commit | 961b0849e5098dae74050f6c49ebf3011ce072b7 (patch) | |
tree | ea7a9ab0345bbd1a4cc0381914f86cc21012642b | |
parent | 6a4ee9aa7140862075cafae1ddebd133eec52b5b (diff) | |
download | gitlab-ce-961b0849e5098dae74050f6c49ebf3011ce072b7.tar.gz |
Fix grammar: judge -> judgement
-rw-r--r-- | doc/development/module_with_instance_variables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/module_with_instance_variables.md b/doc/development/module_with_instance_variables.md index 9fc28d4c343..b663782cd04 100644 --- a/doc/development/module_with_instance_variables.md +++ b/doc/development/module_with_instance_variables.md @@ -72,8 +72,8 @@ end ``` Unfortunately it's not easy to code more complex rules into the cop, so -we rely on people's best judge. If we could find another good pattern we -could easily add to the cop, we should do it. +we rely on people's best judgement. If we could find another good pattern +we could easily add to the cop, we should do it. ### How to rewrite and avoid disabling this cop |