From 0b9329fa963ce4bc6e0ba170c30c10c6744ede57 Mon Sep 17 00:00:00 2001 From: Mohamed Nainar Date: Sun, 29 Mar 2020 22:38:26 +0530 Subject: [PATCH] [docs] Fix grammer: a -> they (#20336) --- docs/src/pages/components/icons/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/icons/icons.md b/docs/src/pages/components/icons/icons.md index cce6b51056644b..afe0a10aed80c1 100644 --- a/docs/src/pages/components/icons/icons.md +++ b/docs/src/pages/components/icons/icons.md @@ -29,7 +29,7 @@ npm install @material-ui/icons yarn add @material-ui/icons ``` -These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so a have a peer-dependency on the next release of Material-UI. +These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so they have a peer-dependency on the next release of Material-UI. If you are not already using Material-UI in your project, you can add it with: