Skip to content

Commit 2abaa0f

Browse files
committed
Fix typo
1 parent 9bf7f09 commit 2abaa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/editorConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function mapWrapToEditorConfig(value: string | undefined): string {
6464
}
6565

6666
export function matchesSection(pathPrefix: string, filePath: string, section: string): boolean {
67-
// The following code is copied from; https://github.com/editorconfig/editorconfig-core-js
67+
// The following code is copied from: https://github.com/editorconfig/editorconfig-core-js
6868
const matchOptions = { matchBase: true, dot: true };
6969
pathPrefix = pathPrefix.replace(/[?*+@!()|[\]{}]/g, '\\$&');
7070
pathPrefix = pathPrefix.replace(/^#/, '\\#');

0 commit comments

Comments
 (0)