From 6d9360c030d705737825742d6d355ffd47d86ee3 Mon Sep 17 00:00:00 2001 From: Stephen Kempin Date: Thu, 12 May 2022 18:21:47 +0100 Subject: [PATCH] Grammar fixes --- website/pages/docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/getting-started.mdx b/website/pages/docs/getting-started.mdx index 4602c56f..16b55595 100644 --- a/website/pages/docs/getting-started.mdx +++ b/website/pages/docs/getting-started.mdx @@ -6,13 +6,13 @@ order: 10 # Getting started -SVGR let you transform SVG into React components everywhere. +SVGR lets you transform SVG's into React components everywhere. SVGR provides a [powerful playground](https://react-svgr.com/playground/) for occasional usage. -If you want to automatize SVG transformation in your application, you should follow one of this guide: +If you want to automatise SVG transformation in your application, you should follow one of these guides: - [Next.js](/docs/next/) - [webpack](/docs/webpack/)