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