From e8d6ec028d37e4825ee88314d35e80bf8a2e7cb7 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 4 Apr 2016 12:12:15 -0500 Subject: [PATCH] Fix a typo in the latest til --- internet/add-emoji-to-github-repository-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internet/add-emoji-to-github-repository-description.md b/internet/add-emoji-to-github-repository-description.md index 6af4455..778dd29 100644 --- a/internet/add-emoji-to-github-repository-description.md +++ b/internet/add-emoji-to-github-repository-description.md @@ -3,7 +3,7 @@ GitHub restricts the set of unicode characters that can appear in the description field of a repository to anything up to `0xffff`. Most emoji have unicode values above this. This means you will have limited success -adding emoji via your system's. +adding emoji via your system's emoji keyboard. Fortunately, GitHub allows you to add any recognized emoji to a repository description with its specialized emoji syntax (e.g. `:memo:`). You may have