diff options
author | 2024-05-01 07:56:38 +0200 | |
---|---|---|
committer | 2024-05-01 13:56:38 +0800 | |
commit | a146cf1012483b030a8146fb3035801f3c0c9099 (patch) | |
tree | ddececa7326f41bbcdf4e44b7205f6a43e4e8efa /packages/markdown/remark/src/import-plugin-default.ts | |
parent | 1b7ed7a31a3a7a244440562a8e16aac1617c0114 (diff) | |
download | astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.gz astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.zst astro-a146cf1012483b030a8146fb3035801f3c0c9099.zip |
Fix typos (#10923)
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 { |