From d395902b744133cee79453e28bb5d9a03bae9225 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Wed, 5 Jan 2011 17:03:55 -0600 Subject: [PATCH] Nic doesn't know how to spell --- app/views/accounts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/index.html.erb b/app/views/accounts/index.html.erb index f2dbecd..a47e128 100644 --- a/app/views/accounts/index.html.erb +++ b/app/views/accounts/index.html.erb @@ -2,7 +2,7 @@
- There are <%= @accounts.count %> core contributers. + There are <%= @accounts.count %> core contributors.
<%= render :partial => 'account', :collection => @accounts %>