From d7890a18d4d4cf5f14ce2cacd599cc9e3692a9be Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Thu, 12 Oct 2023 22:28:34 +0545 Subject: [PATCH] docs: fix typos in website/docs/migration/migration-manual.mdx (#9397) --- website/docs/migration/migration-manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/migration/migration-manual.mdx b/website/docs/migration/migration-manual.mdx index 7f8984eab3..904e261144 100644 --- a/website/docs/migration/migration-manual.mdx +++ b/website/docs/migration/migration-manual.mdx @@ -207,7 +207,7 @@ Infima uses 7 shades of each color. We recommend using [ColorBox](https://www.colorbox.io/) to find the different shades of colors for your chosen primary color. -Alteratively, use the following tool to generate the different shades for your website and copy the variables into `src/css/custom.css`. +Alternatively, use the following tool to generate the different shades for your website and copy the variables into `src/css/custom.css`. import ColorGenerator from '@site/src/components/ColorGenerator';