(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

@@ -24,7 +24,7 @@ defmodule Mobilizon.Media do
def get_picture!(id), do: Repo.get!(Picture, id)
@doc """
Get a picture by it's URL.
Get a picture by its URL.
"""
@spec get_picture_by_url(String.t()) :: Picture.t() | nil
def get_picture_by_url(url) do