Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 87eea50

Browse files
selbekkrakannimer
authored andcommitted
docs(docz-core): change the language of a warning (#1245)
1 parent 016e3e2 commit 87eea50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/docz-core/src/utils/docgen/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function writePropsOnCache(items: PropItem[], config: Config): void {
5858
function getPropsOnCache(): any {
5959
const cache = readCacheFile()
6060
if (_.isEmpty(cache)) {
61-
logger.warn('Any cache was found with your props definitions')
61+
logger.warn('No cache was found with your props definitions')
6262
logger.warn("We'll parse your components to get props from them")
6363
logger.warn('Depending on your components, this could take while...')
6464
return []

0 commit comments

Comments
 (0)