Skip to content

Commit 13c1870

Browse files
ljunkieCopilot
andauthored
Update src/formatters/KeywordCaseFormatter.ts
Co-authored-by: Copilot <[email protected]>
1 parent 631d44d commit 13c1870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/KeywordCaseFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class KeywordCaseFormatter {
8585
}
8686

8787
/**
88-
* Determine if the token is a type keyword (meaing preceded by `as` token)
88+
* Determine if the token is a type keyword (meaning preceded by `as` token)
8989
* @param token
9090
*/
9191
public isType(tokens: Token[], token: Token) {

0 commit comments

Comments
 (0)