Skip to content

Commit

Permalink
Fix @input to @output (#434)
Browse files Browse the repository at this point in the history
Possible typo. Fixed IO output variable from @input to @output.
  • Loading branch information
sksar committed Dec 11, 2023
1 parent 2cd0556 commit 54239fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/live_dashboard/pages/home_page.ex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule Phoenix.LiveDashboard.HomePage do
</:col>
<:col>
<.card inner_title="Total output" inner_hint={hint_msg(:total_output)}>
<%= format_bytes(@input) %>
<%= format_bytes(@output) %>
</.card>
</:col>
</.row>
Expand Down

0 comments on commit 54239fd

Please sign in to comment.