diff --git a/docs/en/Text-Templating.md b/docs/en/Text-Templating.md
index b080087ba8..bdea7cd00b 100644
--- a/docs/en/Text-Templating.md
+++ b/docs/en/Text-Templating.md
@@ -423,7 +423,7 @@ This example simply adds a header and footer to the template and renders the con
**3)** Configure the embedded resources in the `.csproj` file
* Add [Microsoft.Extensions.FileProviders.Embedded](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Embedded) NuGet package to the project.
-* Add `true` into the `...` section of your `.csproj` file.
+* Add `true` into the `...` section of your `.csproj` file.
* Add the following code into your `.csproj` file:
````xml