Skip to content

Commit 746294e

Browse files
authored
Typos on RebootPage (#4389)
1 parent bab3827 commit 746294e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/Demo/Shared/Pages/RebootPage.razor

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
PS: It is entirely possible to build a site <b>without using Reboot</b> but you will have to do more styling yourself.
2020
</p>
2121
<p>
22-
PSs: <em>When creating a site that is hosted in a different base path,it might be necessary to remove the leading '/' from the stylesheet link.</em>
22+
PPS: <em>When creating a site that is hosted in a different base path, it might be necessary to remove the leading '/' from the stylesheet link.</em>
2323
</p>
2424

2525
<h2 id="approach">Approach <a class="anchor-link" href="#approach" aria-label="Link to this section: Approach"></a></h2>
26-
<p>Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. </p>
26+
<p>Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. </p>
2727
<p>Here are our guidelines and reasons for choosing what to override in Reboot:</p>
2828
<ul>
2929
<li>Update some browser default values to use <code>rem</code>s instead of <code>em</code>s for scalable component spacing.</li>
@@ -190,7 +190,7 @@
190190

191191
<h2 id="forms">Forms <a class="anchor-link" href="#forms" aria-label="Link to this section: Forms"></a></h2>
192192
<p>
193-
To maintain a consistent look and feel, we stongly advise you to use the Fluent Input components as described in the
193+
To maintain a consistent look and feel, we strongly advise you to use the Fluent Input components as described in the
194194
<a href="/Forms">Form & inputs</a> section. It is however also still possible of course to use the standard HTML input components. Most of them
195195
have been rebooted for simpler base styles. Here are some of the most notable changes:</p>
196196
<ul>
@@ -381,4 +381,3 @@
381381
<pre tabindex="0" class="chroma"><code class="language-html" data-lang="html"><span class="line"><span class="cl"><span class="p">&lt;</span><span class="nt">input</span> <span class="na">type</span><span class="o">=</span><span class="s">&#34;text&#34;</span> <span class="na">hidden</span><span class="p">&gt;</span>
382382
</span></span></code></pre>
383383
</div>
384-

0 commit comments

Comments
 (0)