From 5abfbc3051d77d8f418142b17e0a35fbc2d9e6f5 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Wed, 7 Sep 2022 11:29:16 +1000 Subject: [PATCH] Small typo fix in Theme docs Signed-off-by: Tyler Davis --- docs/getting-started/app-custom-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 25131f1c91..64109385a0 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -15,7 +15,7 @@ completely new themes. The easiest way to create a new theme is to use the `createTheme` function exported by the [@backstage/theme](https://www.npmjs.com/package/@backstage/theme) package. You -can use it to override so basic parameters of the default theme such as the +can use it to override some basic parameters of the default theme such as the color palette and font. For example, you can create a new theme based on the default light theme like