Skip to content

Commit 80eae35

Browse files
committed
Merge pull request honza#295 from cpjolicoeur/patch-1
Fix typo
2 parents 8934055 + b79fa67 commit 80eae35

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)