Skip to content

Commit f4a32fc

Browse files
authored
fix(docs): add missing quote (#131)
1 parent 657ffdb commit f4a32fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ multiple bundles don't overwrite each others assets._
506506
const {code} = await bundleMDX({
507507
file: '/path/to/site/content/file.mdx',
508508
cwd: '/path/to/site/content',
509-
bundleDirectory: '/path/to/site/public/file,
509+
bundleDirectory: '/path/to/site/public/file',
510510
bundlePath: '/file/',
511511
mdxOptions: options => {
512512
options.remarkPlugins = [remarkMdxImages]

0 commit comments

Comments
 (0)