Commit b9e23b906e43dba38f8e8a2d0dc27f7154b75df2

Authored by Dean Perry
1 parent c9c292f3

fixed spelling mistake - 'Ream more' to 'read more'

app/views/errors/access_denied.html.haml
... ... @@ -2,4 +2,4 @@
2 2 %h3 Access Denied
3 3 %hr
4 4 %p Youre not allowed to access this page
5   - %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
  5 + %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
... ...
app/views/protected_branches/index.html.haml
... ... @@ -6,7 +6,7 @@
6 6 %ul
7 7 %li keep stable branches secured
8 8 %li forced code review before merge to protected branches
9   - %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
  9 + %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"}
10 10  
11 11  
12 12  
... ...