From 7542bb88e177071f58f0971c11b18e769be84bdd Mon Sep 17 00:00:00 2001 From: PolGuixe Date: Tue, 14 Aug 2018 12:28:04 +0200 Subject: [PATCH] [docs] Fix typo in the icons section (#12514) * Update icons.md * all good for me * fixed typo --- docs/src/pages/style/icons/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/style/icons/icons.md b/docs/src/pages/style/icons/icons.md index 577145d0eaf0de..44c5309c05a58b 100644 --- a/docs/src/pages/style/icons/icons.md +++ b/docs/src/pages/style/icons/icons.md @@ -115,4 +115,4 @@ Optionally, you can set the icon color using one of the theme color properties: Both approaches work fine, however, there are some subtle differences, especially in terms of performance and rendering quality. Whenever possible SVG is preferred as it allows code splitting, supports more icons, renders faster and better. -For more details, you can check out [why GiHub migrated](https://blog.github.com/2016-02-22-delivering-octicons-with-svg/) from font icons to SVG icons. +For more details, you can check out [why GitHub migrated](https://blog.github.com/2016-02-22-delivering-octicons-with-svg/) from font icons to SVG icons.