From 48641b5759bed1299d5612247500b4ac3a039015 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Tue, 7 Jan 2025 12:41:07 -0800 Subject: [PATCH] Fix typos --- .pre-commit-config.yaml | 2 +- lib/yard-sorbet/handlers/abstract_dsl_handler.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94bfd17e..3a374ab9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/lib/yard-sorbet/handlers/abstract_dsl_handler.rb b/lib/yard-sorbet/handlers/abstract_dsl_handler.rb index fa286421..b0ab6f39 100644 --- a/lib/yard-sorbet/handlers/abstract_dsl_handler.rb +++ b/lib/yard-sorbet/handlers/abstract_dsl_handler.rb @@ -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