Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit cc480a6

Browse files
authored
Typos fixed and full stops added.
Change as previously accepted into starterkit-mustache-bootstrap...
1 parent 8267ee4 commit cc480a6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
<div class="text">
2-
<p><a href="#">This is a text link</a></p>
2+
<p><a href="#">This is a text link</a>.</p>
33

4-
<p><strong>Strong is used to indicate strong importance</strong></p>
4+
<p><strong>Strong is used to indicate strong importance</strong>.</p>
55

6-
<p><em>This text has added emphasis</em></p>
6+
<p><em>This text has added emphasis</em>.</p>
77

8-
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance</p>
8+
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance.</p>
99

10-
<p>The <i>i element</i> is text that is set off from the normal text</p>
10+
<p>The <i>i element</i> is text that is set off from the normal text.</p>
1111

12-
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation</p>
12+
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation.</p>
1313

14-
<p><del>This text is deleted</del> and <ins>This text is inserted</ins></p>
14+
<p><del>This text is deleted</del> and <ins>This text is inserted</ins>.</p>
1515

16-
<p><s>This text has a strikethrough</s></p>
16+
<p><s>This text has a strikethrough</s>.</p>
1717

18-
<p>Superscript<sup>®</sup></p>
18+
<p>Superscript<sup>®</sup>.</p>
1919

20-
<p>Subscript for things like H<sub>2</sub>O</p>
20+
<p>Subscript for things like H<sub>2</sub>O.</p>
2121

22-
<p><small>This small text is small for for fine print, etc.</small></p>
22+
<p><small>This small text is small for for fine print, etc.</small>.</p>
2323

24-
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
24+
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr>.</p>
2525

26-
<p>Keybord input: <kbd>Cmd</kbd></p>
26+
<p>Keyboard input: <kbd>Cmd</kbd>.</p>
2727

28-
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation</q></p>
28+
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation</q>.</p>
2929

3030
<p><cite>This is a citation</cite>
3131

3232
</p><p>The <dfn>dfn element</dfn> indicates a definition.</p>
3333

34-
<p>The <mark>mark element</mark> indicates a highlight</p>
34+
<p>The <mark>mark element</mark> indicates a highlight.</p>
3535

3636
<p><code>This is what inline code looks like.</code></p>
3737

38-
<p><samp>This is sample output from a computer program</samp></p>
38+
<p><samp>This is sample output from a computer program</samp>.</p>
3939

40-
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
41-
</div><!--end .text-->
40+
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p>
41+
</div><!--end .text-->

0 commit comments

Comments
 (0)