fix: typos

This commit is contained in:
likui628
2024-07-14 13:48:47 +08:00
parent 3a7b5c2965
commit 91e769e53e
7 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ interface FallbackProps {
/**
* @zh_CN 内置类型
*/
status?: '403' | '404' | '500' | 'comming-soon' | 'offline';
status?: '403' | '404' | '500' | 'coming-soon' | 'offline';
/**
* @zh_CN 页面提示语
*/