Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 18, 2024
1 parent bde31bd commit 266d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible/site/memberships/create_invitation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Plausible.Site.Memberships.CreateInvitation do
@spec create_invitation(Site.t(), User.t(), String.t(), atom()) ::
{:ok, invitation} | {:error, invite_error()}
@doc """
Invites a new team member to the given site. Returns a
Invites a new team member to the given site. Returns either
`%Teams.GuestInvitation{}` or `%Teams.SiteTransfer{}` struct
and sends the invitee an email to accept this invitation.
Expand Down

0 comments on commit 266d3ff

Please sign in to comment.