diff options
-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 |