second level of headertext change in doc

This commit is contained in:
Alex S 2019-04-02 20:35:41 +07:00
parent 3465b7ba9a
commit d140738edf
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ foo, /emoji/custom/foo.png
The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) and under 50kb for compatibility with mastodon.
# Emoji tags (groups)
## Emoji tags (groups)
Default tags are set in `config.exs`.
```elixir

View File

@ -214,7 +214,7 @@ defmodule Pleroma.Emoji do
end
@doc """
Finds a matching group for the given extra filename
Finds a matching group for the given emoji filename
"""
@spec match_extra(group_patterns(), String.t()) :: atom() | nil
def match_extra(group_patterns, filename) do