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.