Skip to content

Commit 1e70062

Browse files
BYKCopilot
andauthored
fix weird comment grammar
Co-authored-by: Copilot <[email protected]>
1 parent b29231e commit 1e70062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
646646
'.svg': 'dataurl',
647647
};
648648
// Set the `outdir` to a public location for this bundle.
649-
// this where this images will be copied
649+
// this is where these images will be copied
650650
options.outdir = assetsCacheDir || outdir;
651651

652652
// Set write to true so that esbuild will output the files.

0 commit comments

Comments
 (0)