From b79fa6736f299f274e4ab088cb40ba718c30d0ef Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Wed, 27 Nov 2013 10:31:54 -0500 Subject: [PATCH] Fix typo "cached" now "chached" --- snippets/ruby.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 278c361..551b313 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -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