diff options
Diffstat (limited to 'helpers/emoji_test.go')
-rw-r--r-- | helpers/emoji_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/emoji_test.go b/helpers/emoji_test.go index 6485bb5fe..b45444d45 100644 --- a/helpers/emoji_test.go +++ b/helpers/emoji_test.go @@ -41,7 +41,7 @@ func TestEmojiCustom(t *testing.T) { {" :beer: :", []byte(" πΊ :")}, {":beer: and :smile: and another :beer:!", []byte("πΊ and π and another πΊ!")}, {" :beer: : ", []byte(" πΊ : ")}, - {"No smilies for you!", []byte("No smilies for you!")}, + {"No smiles for you!", []byte("No smiles for you!")}, {" The motto: no smiles! ", []byte(" The motto: no smiles! ")}, {":hugo_is_the_best_static_gen:", []byte(":hugo_is_the_best_static_gen:")}, {"μν :smile: μν", []byte("μν π μν")}, |