Skip to content

Commit 8f26f31

Browse files
authored
Fix a typo
1 parent fb98d2e commit 8f26f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AllCops:
22
TargetRubyVersion: 2.3
33
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
4-
# to ignore them, so only the ones explictily set in this file are enabled.
4+
# to ignore them, so only the ones explicitly set in this file are enabled.
55
DisabledByDefault: true
66
Exclude:
77
- '**/templates/**/*'

0 commit comments

Comments
 (0)