Skip to content

Commit 590da12

Browse files
committed
Fix typos
1 parent eca22f0 commit 590da12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3><span class="spec-secid" title="link to this section"><a href="#sec-Block-fo
151151
</section>
152152
<section id="sec-Inline-form" secid="1.4.2">
153153
<h3><span class="spec-secid" title="link to this section"><a href="#sec-Inline-form">1.4.2</a></span>Inline form</h3>
154-
<p>When the <span class="spec-ref"><a href="#opening-tag" data-name="opening-tag">opening tag</a></span> and <span class="spec-ref"><a href="#closing-tag" data-name="closing-tag">closing tag</a></span> appear on the same line within a paragrah, the tag should be treated as an inline document elmement nested inside of the block-level paragraph element:</p>
154+
<p>When the <span class="spec-ref"><a href="#opening-tag" data-name="opening-tag">opening tag</a></span> and <span class="spec-ref"><a href="#closing-tag" data-name="closing-tag">closing tag</a></span> appear on the same line within a paragraph, the tag should be treated as an inline document element nested inside of the block-level paragraph element:</p>
155155
<pre id="example-15c64" class="spec-example"><a href="#example-15c64">Example № 5</a><code>This is a paragraph {% foo %}that contains a tag{% /foo %}
156156
</code></pre>
157157
<p>When the <span class="spec-ref"><a href="#opening-tag" data-name="opening-tag">opening tag</a></span> and <span class="spec-ref"><a href="#closing-tag" data-name="closing-tag">closing tag</a></span> appear on the same line with no other surrounding content, the tag should still be treated as an inline document element, nested within an implied block-level paragraph element:</p>

spec/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This is content inside of a block-level tag
9696

9797
### Inline form
9898

99-
When the *opening tag* and *closing tag* appear on the same line within a paragrah, the tag should be treated as an inline document elmement nested inside of the block-level paragraph element:
99+
When the *opening tag* and *closing tag* appear on the same line within a paragraph, the tag should be treated as an inline document element nested inside of the block-level paragraph element:
100100

101101
```example
102102
This is a paragraph {% foo %}that contains a tag{% /foo %}

0 commit comments

Comments
 (0)