diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2016-08-07 16:36:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-07 16:36:51 +0530 |
commit | 8f26f31934b4f0c694a081d2a89996f3935768d1 (patch) | |
tree | 3883033944a41950e6206a1e212857b70a5ea9d4 | |
parent | fb98d2e57162876c0e1823a5357bc44a932d08b9 (diff) | |
download | rails-8f26f31934b4f0c694a081d2a89996f3935768d1.tar.gz rails-8f26f31934b4f0c694a081d2a89996f3935768d1.tar.bz2 rails-8f26f31934b4f0c694a081d2a89996f3935768d1.zip |
Fix a typo
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d56e757e71..dafdd063bf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ AllCops: TargetRubyVersion: 2.3 # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop - # to ignore them, so only the ones explictily set in this file are enabled. + # to ignore them, so only the ones explicitly set in this file are enabled. DisabledByDefault: true Exclude: - '**/templates/**/*' |