Skip to content

Commit b79fa67

Browse files
committed
Fix typo
"cached" now "chached"
1 parent 8934055 commit b79fa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ruby.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ snippet ana
174174
accepts_nested_attributes_for :${0:association}
175175
# ivc == instance variable cache
176176
snippet ivc
177-
@${1:variable_name} ||= ${0:chached_value}
177+
@${1:variable_name} ||= ${0:cached_value}
178178
# include Enumerable
179179
snippet Enum
180180
include Enumerable

0 commit comments

Comments
 (0)