From 24f856fdea65a9d407aa6621d1c0b7038ff1e985 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Sat, 6 Dec 2025 15:51:47 +0100 Subject: [PATCH] Typos on RebootPage --- examples/Demo/Shared/Pages/RebootPage.razor | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/Demo/Shared/Pages/RebootPage.razor b/examples/Demo/Shared/Pages/RebootPage.razor index f7bc5280c7..5d456243a3 100644 --- a/examples/Demo/Shared/Pages/RebootPage.razor +++ b/examples/Demo/Shared/Pages/RebootPage.razor @@ -19,11 +19,11 @@ PS: It is entirely possible to build a site without using Reboot but you will have to do more styling yourself.

- PSs: When creating a site that is hosted in a different base path,it might be necessary to remove the leading '/' from the stylesheet link. + PPS: When creating a site that is hosted in a different base path, it might be necessary to remove the leading '/' from the stylesheet link.

Approach

-

Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors.

+

Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors.

Here are our guidelines and reasons for choosing what to override in Reboot: