diff options
Diffstat (limited to 'packages/markdown/remark/src/import-plugin-default.ts')
-rw-r--r-- | packages/markdown/remark/src/import-plugin-default.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/src/import-plugin-default.ts b/packages/markdown/remark/src/import-plugin-default.ts index 8c1d01b56..1b6778f75 100644 --- a/packages/markdown/remark/src/import-plugin-default.ts +++ b/packages/markdown/remark/src/import-plugin-default.ts @@ -6,7 +6,7 @@ import type * as unified from 'unified'; let cwdUrlStr: string | undefined; -// In non-browser enviroments, we can try to resolve from the filesystem too +// In non-browser environments, we can try to resolve from the filesystem too export async function importPlugin(p: string): Promise<unified.Plugin> { // Try import from this package first try { |