From b68220a16a6d93b7f4d40c5b5d72ad01228f31ba Mon Sep 17 00:00:00 2001 From: Daniel Ortiz Lira Date: Thu, 23 Sep 2021 09:58:32 -0500 Subject: [PATCH] Fix typo in documentation Signed-off-by: Daniel Ortiz Lira --- 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 633144c38c..0b162f07ed 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -245,7 +245,7 @@ export const CustomTheme: AppTheme = { }; ``` -_Aplying your custom theme with overrides_ +_Applying your custom theme with overrides_ ```ts import { createApp } from '@backstage/core-app-api';