Skip to content

Commit 46419cf

Browse files
committed
chore: fix gramma
1 parent d0870e2 commit 46419cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?`;

0 commit comments

Comments
 (0)