second level of headertext change in doc
authorAlex S <alex.strizhakov@gmail.com>
Tue, 2 Apr 2019 13:35:41 +0000 (20:35 +0700)
committerAlex S <alex.strizhakov@gmail.com>
Tue, 2 Apr 2019 13:36:36 +0000 (20:36 +0700)
docs/config/custom_emoji.md
lib/pleroma/emoji.ex

index 96fcb2fc6a8b56d5479b27a58a36f42a79796413..419a7d0e2366f05127a7376a8a28600372c4eca6 100644 (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
index 7a60f396146da085cba0e36f397181649a0533ce..87c7f2ceca0313dbcc8170d80a89bffea431301e 100644 (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