diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 64b39712e4..3c456b1e98 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,11 +11,11 @@ on: jobs: test: runs-on: ubuntu-latest - + steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node_version: 16 - name: Setup Hugo @@ -25,7 +25,7 @@ jobs: hugo-version: '0.89.1' extended: true - name: Set up Python 3.9 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Setup html5validator diff --git a/content/en/docs/glossary.md b/content/en/docs/glossary.md index 1f08eec289..6f15e475a8 100644 --- a/content/en/docs/glossary.md +++ b/content/en/docs/glossary.md @@ -14,7 +14,7 @@ Note for translators: {% def id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`" name="The term to define (optional if english or abbr is provided)" - abbr="an accronym (optional)" + abbr="an acronym (optional)" english="the english term (optional - if present the abbr is in english too)" %}} the definition {% /def %}