From 8f26f31934b4f0c694a081d2a89996f3935768d1 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 7 Aug 2016 16:36:51 +0530 Subject: Fix a typo --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') 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/**/*' -- cgit v1.2.3