(Hopefully) improve grammar

[CI skip]
This commit is contained in:
Damien
2019-10-15 21:18:03 +02:00
parent 5f934e3449
commit b98a86184b
19 changed files with 33 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ defmodule MobilizonWeb.Resolvers.User do
require Logger
@doc """
Find an user by it's ID
Find an user by its ID
"""
def find_user(_parent, %{id: id}, _resolution) do
Users.get_user_with_actors(id)
@@ -128,7 +128,7 @@ defmodule MobilizonWeb.Resolvers.User do
end
@doc """
Validate an user, get it's actor and a token
Validate an user, get its actor and a token
"""
def validate_user(_parent, %{token: token}, _resolution) do
with {:check_confirmation_token, {:ok, %User{} = user}} <-