Skip to content

Commit b644108

Browse files
ajmauriciostevepolitodesign
authored andcommitted
Fix typo in generated links
1 parent 365017f commit b644108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/generators/rails_mvp_authentication/install_generator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ def add_links
5454
<<-ERB
5555
<ul>
5656
<% if user_signed_in? %>
57-
<li><%= link_to "My Acount", account_path %></li>
57+
<li><%= link_to "My Account", account_path %></li>
5858
<li><%= button_to "Logout", logout_path, method: :delete %></li>
5959
<% else %>
6060
<li><%= link_to "Login", login_path %></li>
6161
<li><%= link_to "Sign Up", sign_up_path %></li>
6262
<li><%= link_to "Forgot my password", new_password_path %></li>
6363
<li><%= link_to "Didn't receive confirmation instructions", new_confirmation_path %></li>
6464
<% end %>
65-
</ul>
65+
</ul>
6666
ERB
6767
end
6868
end

0 commit comments

Comments
 (0)