Skip to content

Commit 57fcf56

Browse files
committed
removed typo with if
1 parent 845a4d5 commit 57fcf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/basics-of-authentication/views/advanced.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<p>Well, well, well, <%= login %>!</p>
99
<p>
10-
<% if if !email.nil? && !email.empty? %> It looks like your public email address is <%= email %>.
10+
<% if !email.nil? && !email.empty? %> It looks like your public email address is <%= email %>.
1111
<% else %> It looks like you don't have a public email. That's cool.
1212
<% end %>
1313
</p>

0 commit comments

Comments
 (0)