diff options
author | 2024-05-01 07:56:38 +0200 | |
---|---|---|
committer | 2024-05-01 13:56:38 +0800 | |
commit | a146cf1012483b030a8146fb3035801f3c0c9099 (patch) | |
tree | ddececa7326f41bbcdf4e44b7205f6a43e4e8efa /packages/astro/src/content/vite-plugin-content-virtual-mod.ts | |
parent | 1b7ed7a31a3a7a244440562a8e16aac1617c0114 (diff) | |
download | astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.gz astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.zst astro-a146cf1012483b030a8146fb3035801f3c0c9099.zip |
Fix typos (#10923)
Diffstat (limited to 'packages/astro/src/content/vite-plugin-content-virtual-mod.ts')
-rw-r--r-- | packages/astro/src/content/vite-plugin-content-virtual-mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/content/vite-plugin-content-virtual-mod.ts b/packages/astro/src/content/vite-plugin-content-virtual-mod.ts index f459a6efd..474e96235 100644 --- a/packages/astro/src/content/vite-plugin-content-virtual-mod.ts +++ b/packages/astro/src/content/vite-plugin-content-virtual-mod.ts @@ -234,7 +234,7 @@ export async function generateLookupMap({ ); // Run 10 at a time to prevent `await getEntrySlug` from accessing the filesystem all at once. - // Each await shouldn't take too long for the work to be noticably slow too. + // Each await shouldn't take too long for the work to be noticeably slow too. const limit = pLimit(10); const promises: Promise<void>[] = []; |