Skip to content

Commit 5341498

Browse files
authored
[RF-DOCS] Remove stray closing tag in Rails 8 Authentication generator code snippet [ci-skip]
1 parent ef4201c commit 5341498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For example:
220220

221221
```html+erb
222222
<% if authenticated? %>
223-
<%= button_to "Sign Out", session_path, method: :delete %></li>
223+
<%= button_to "Sign Out", session_path, method: :delete %>
224224
<% else %>
225225
<%= link_to "Sign In", new_session_path %>
226226
<% end %>

0 commit comments

Comments
 (0)