File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## [ Released]
88### [ 0.2.10] : 13/04/2568
9- - refactor: Can using the extension with default key
9+ - refactor: Can use the extension with default key
1010
1111### [ 0.2.9] : 22/04/2568
1212- refactor: Improved notification for better experience.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export class TextProcessor {
7474 const languages = config . get < string [ ] > ( "language" ) || [ ] ;
7575 const isEnglishEnabled = languages . includes ( "English" ) ;
7676
77- // If document line is morethan 1500 ask user to continue
77+ // If document line is more than 1500 ask user to continue
7878 const lineCount = document . lineCount ;
7979 if ( lineCount > 1500 ) {
8080 const message = `This document has ${ lineCount } lines. Do you want to continue?` ;
You can’t perform that action at this time.
0 commit comments