diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-08-28 11:44:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 17:44:34 +0200 |
commit | 4aa3b9bd016ef5d9ce9bb63f260b7f6e35b649ff (patch) | |
tree | 98227b3b91e44bae29bd8426c65a0af1ac22ecdc /.github | |
parent | 546672e292dc3218e996048464c4c52e5d00f766 (diff) |
Fix typos (#18604)
* Fix typos Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,pixelx,ro` * Follow-up typo fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f77a9720e..cd8cb12c4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -55,7 +55,7 @@ jobs: with: node-version: 16.x cache: yarn - - name: Intall dependencies + - name: Install dependencies run: yarn install --frozen-lockfile - name: Set-up RuboCop Problem Mathcher uses: r7kamura/rubocop-problem-matchers-action@v1 |