Skip to content

Commit 828b3c9

Browse files
committed
fix: docs
1 parent 9fe88a6 commit 828b3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/safira_web/helpers.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ defmodule SafiraWeb.Helpers do
196196
@doc """
197197
Returns the base url path for the user type.
198198
## Examples
199-
iex> get_base_path_bu_user_type(%User{type: :attendee})
199+
iex> get_base_path_by_user_type(%User{type: :attendee})
200200
"app"
201-
iex> get_base_path_bu_user_type(%User{type: :admin})
201+
iex> get_base_path_by_user_type(%User{type: :admin})
202202
"dashboard"
203203
"""
204204
def get_base_path_by_user_type(user) do

0 commit comments

Comments
 (0)