aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index 96eae938d..d2c690ce1 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -674,7 +674,7 @@ export interface SectionsMap {
}
export interface DocsInfoConfig {
- packageName: string;
+ displayName: string;
packageUrl: string;
websitePath: string;
docsJsonRoot: string;