Skip to content

Commit

Permalink
test multiline2
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Sep 9, 2024
1 parent b19e623 commit 8c44078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spelling-check-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TITLE: Weekly spelling check
LABELS: reported by automation,good first issue
BODY: >
BODY: |
Typos and unknown words:
${{ env.OUTPUT }}
> [!TIP]
> To exclude words from the spellchecker, you can add valid words (web technology terms or abbreviations)
to the [terms-abbreviations.txt](https://github.com/mdn/content/blob/main/.vscode/terms-abbreviations.txt)
dictionary for IDE autocompletion. To ignore strings that are not words (\`AABBCC\` in code, for instance),
> To exclude words from the spellchecker, you can add valid words (web technology terms or abbreviations) \
to the [terms-abbreviations.txt](https://github.com/mdn/content/blob/main/.vscode/terms-abbreviations.txt) \
dictionary for IDE autocompletion. To ignore strings that are not words (\`AABBCC\` in code, for instance), \
you can add them to [ignore-list.txt](https://github.com/mdn/content/blob/main/.vscode/ignore-list.txt).

0 comments on commit 8c44078

Please sign in to comment.