Skip to content

Commit 2dce3ec

Browse files
committed
Fix typo
1 parent 27d6c64 commit 2dce3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/get-file-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function getParser(file, options) {
5656

5757
let plugins = options.plugins ?? config?.plugins ?? [];
5858

59-
// We should wrap this funciton with `withPlugins` and use `options.plugins` directly instead of loading plugins here
59+
// We should wrap this function with `withPlugins` and use `options.plugins` directly instead of loading plugins here
6060
// See #18375 #18081
6161
// But somehow it breaks VSCode extension, see #18353
6262
plugins = (

0 commit comments

Comments
 (0)