From 51871de100c80bc149f682fbf2a4380a31e11190 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Fri, 20 May 2022 10:28:16 +0300 Subject: [PATCH] Update Theming.md --- docs/en/UI/Blazor/Theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Blazor/Theming.md b/docs/en/UI/Blazor/Theming.md index 1b4a35c2e4..c7f92189de 100644 --- a/docs/en/UI/Blazor/Theming.md +++ b/docs/en/UI/Blazor/Theming.md @@ -81,7 +81,7 @@ A theme is simply a Razor Class Library. ### The Easiest Way -The easiest way to create a new theme is adding [Basic Theme Source Code](https://github.com/abpframework/abp/tree/dev/modules/basic-theme) module with source codes and customizing it. +The easiest way of creating a new theme is adding [Basic Theme Source Code](https://github.com/abpframework/abp/tree/dev/modules/basic-theme) module with source codes and customizing it. {{if UI == "Blazor"}} ```bash