Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 30, 2024
1 parent b7a7ec3 commit 5e2d527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spelling-check-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
-f "body=Typos and unknown words:\n\n```\n${{ env.OUTPUT }}\n```\n\n> [!TIP]\n> 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)."
env:
OUTPUT: ${{ env.OUTPUT }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 5e2d527

Please sign in to comment.