public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Change byy to by

Small typo fix in an often viewed error page.
jackdempsey (author)
Wed Feb 20 14:37:25 -0800 2008
commit  56c7fa237dd7bc1303a1c63237a790a26297884b
tree    d90663c71c8d25e4d7dc1563d3a66f9619b36089
parent  423ae48af6b7f6b83205fca724b7af6394e40741
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@
0
       feel free to come chat at irc.freenode.net, channel #merb.</p>
0
 
0
     <h3>How do I edit this page?</h3>
0
- <p>You can change what people see when this happens byy editing <tt>app/views/exceptions/not_found.html.erb</tt>.</p>
0
+ <p>You can change what people see when this happens by editing <tt>app/views/exceptions/not_found.html.erb</tt>.</p>
0
   
0
   </div>
0
 

Comments

    No one has commented yet.