We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d6c64 commit 2dce3ecCopy full SHA for 2dce3ec
src/common/get-file-info.js
@@ -56,7 +56,7 @@ async function getParser(file, options) {
56
57
let plugins = options.plugins ?? config?.plugins ?? [];
58
59
- // We should wrap this funciton with `withPlugins` and use `options.plugins` directly instead of loading plugins here
+ // We should wrap this function with `withPlugins` and use `options.plugins` directly instead of loading plugins here
60
// See #18375 #18081
61
// But somehow it breaks VSCode extension, see #18353
62
plugins = (
0 commit comments