From 7d0f3f4fc1e5f24fb9bd680146b129770963cfc9 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 13 Sep 2025 21:46:10 +0200 Subject: [PATCH] Fix typos --- .github/workflows/codeql.yml | 8 ++++---- public/spec.html | 2 +- spec/index.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 995fed30..fde1b2c1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,18 +24,18 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{ matrix.language }}" diff --git a/public/spec.html b/public/spec.html index 12b11b84..ca4be07f 100644 --- a/public/spec.html +++ b/public/spec.html @@ -151,7 +151,7 @@

1.4.2Inline form

-

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:

+

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:

Example № 5This is a paragraph {% foo %}that contains a tag{% /foo %}
 

When the opening tag and closing tag 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:

diff --git a/spec/index.md b/spec/index.md index eea0e458..d6e7055f 100644 --- a/spec/index.md +++ b/spec/index.md @@ -96,7 +96,7 @@ This is content inside of a block-level tag ### Inline form -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: +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: ```example This is a paragraph {% foo %}that contains a tag{% /foo %}