Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kiote committed Jun 9, 2023
1 parent 835c9bf commit 6ea6cca
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/controllers/stats_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ defmodule PlausibleWeb.StatsController do
'devices.csv' => fn -> Api.StatsController.screen_sizes(conn, params) end,
'conversions.csv' => fn -> Api.StatsController.conversions(conn, params) end,
'prop_breakdown.csv' => fn -> Api.StatsController.all_props_breakdown(conn, params) end,
'refferers.csv' => fn -> Api.StatsController.referrers(conn, params) end
'referrers.csv' => fn -> Api.StatsController.referrers(conn, params) end
}

csv_values =
Expand Down

0 comments on commit 6ea6cca

Please sign in to comment.