From b207f7eb3075c9bfdb10256348df6db56702eaa4 Mon Sep 17 00:00:00 2001 From: Morgan Peyre Date: Fri, 20 May 2022 10:01:15 +0200 Subject: [PATCH] Update mat-icon documentation Add link to icon library and fix a couple typos --- stories/mat-icon/mat-icon-documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stories/mat-icon/mat-icon-documentation.md b/stories/mat-icon/mat-icon-documentation.md index a196f2df..4f87bf84 100644 --- a/stories/mat-icon/mat-icon-documentation.md +++ b/stories/mat-icon/mat-icon-documentation.md @@ -1,4 +1,4 @@ -A component used to display Material Icon, can be usefull when used in wcs-grid. +A component used to display a [Material Icon](https://fonts.google.com/icons). Can be useful when used in wcs-grid. -When used directly in an other Web Component, the global CSS stylesheet doesn't apply to material-icons. -In this case you can use the Mat-icon with its integrated material stylesheet. \ No newline at end of file +When used directly in another Web Component, the global CSS stylesheet doesn't apply to material-icons. +In this case you can use the Mat-icon with its integrated material stylesheet.