Skip to content

Commit d1cc19c

Browse files
committed
fix a typo
1 parent 09b50e6 commit d1cc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang/locale/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default {
152152
},
153153
'lint-on-file-change': {
154154
'name': 'Lint on Focused File Change',
155-
'description': 'When the a file is closed or a new file is swapped to, the previous file is linted.',
155+
'description': 'When a file is closed or a new file is swapped to, the previous file is linted.',
156156
},
157157
'display-lint-on-file-change-message': {
158158
'name': 'Display Lint on File Change Message',

0 commit comments

Comments
 (0)