Skip to content

Commit 7d0f3f4

Browse files
committed
Fix typos
1 parent e659c59 commit 7d0f3f4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v5
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
30+
uses: github/codeql-action/init@v3
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
uses: github/codeql-action/autobuild@v3
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@v3
4040
with:
4141
category: "/language:${{ matrix.language }}"

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)