Merge pull request #13563 from tylerd-canva/patch-1

Small typo fix in Theme docs
This commit is contained in:
Ben Lambert
2022-09-07 10:39:02 +02:00
committed by GitHub
+1 -1
View File
@@ -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