diff --git a/examples/Demo/Shared/wwwroot/docs/CodeSetup.md b/examples/Demo/Shared/wwwroot/docs/CodeSetup.md index 5e245f64eb..480f876b5d 100644 --- a/examples/Demo/Shared/wwwroot/docs/CodeSetup.md +++ b/examples/Demo/Shared/wwwroot/docs/CodeSetup.md @@ -87,7 +87,7 @@ If you want to use **Reboot**, you'll need to add to your `app.razor`, `index.ht ``` -It is entirely possible to build a site without using **Reboot**. If you do not want to use Reboot and you used the templates as a starting poin, just remove the following line from the app.css file (it is the first line in the file): +It is entirely possible to build a site without using **Reboot**. If you do not want to use Reboot and you used the templates as a starting point, just remove the following line from the app.css file (it is the first line in the file): ``` @import '/_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';