Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
"cached" now "chached"
  • Loading branch information
cpjolicoeur committed Nov 27, 2013
1 parent 8934055 commit b79fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ snippet ana
accepts_nested_attributes_for :${0:association}
# ivc == instance variable cache
snippet ivc
@${1:variable_name} ||= ${0:chached_value}
@${1:variable_name} ||= ${0:cached_value}
# include Enumerable
snippet Enum
include Enumerable
Expand Down

0 comments on commit b79fa67

Please sign in to comment.