Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Jan 7, 2025
1 parent 4e748f8 commit 48641b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: dictgen-v0.3.1
rev: v1.29.4
hooks:
- id: typos
args: [--exclude=sorbet/rbi/gems, --force-exclude]
Expand Down
2 changes: 1 addition & 1 deletion lib/yard-sorbet/handlers/abstract_dsl_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module YARDSorbet
module Handlers
# Applies an `@abstract` tag to `abstract!`/`interface!` modules (if not alerady present).
# Applies an `@abstract` tag to `abstract!`/`interface!` modules (if not already present).
class AbstractDSLHandler < YARD::Handlers::Ruby::Base
extend T::Sig

Expand Down

0 comments on commit 48641b5

Please sign in to comment.