Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Aug 21, 2023
1 parent 9c9446a commit d33f3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2879,9 +2879,9 @@ defmodule Phoenix.Component do
<:loading>Loading organization...</:loading>
<:failed :let={reason}>there was an error loading the organization</:failed>
<%= if org do %>
You don't have an organization yet.
<% else %>
<%= org.name %>
<% else %>
You don't have an organization yet.
<% end %>
<.async_result>
```
Expand Down

0 comments on commit d33f3de

Please sign in to comment.