Skip to content

Commit e6db302

Browse files
committed
improve
1 parent 6cce771 commit e6db302

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
@@ -543,7 +543,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
543543
if (skipCache) {
544544
// eslint-disable-next-line no-console
545545
console.info(
546-
`Not using cache for ${sourcePath}, as its content depends on the Release Registry`
546+
`Not using cached version of ${sourcePath}, as its content depends on the Release Registry`
547547
);
548548
} else {
549549
cacheKey = md5(source);

0 commit comments

Comments
 (0)