diff --git a/src/util/log.ts b/src/util/log.ts index 7d8ca56285..8bcc7cc114 100644 --- a/src/util/log.ts +++ b/src/util/log.ts @@ -68,7 +68,7 @@ export function deprecateReplaceLog(oldOpt: string, newOpt: string, scope?: stri /** * If in __DEV__ environment, get console printable message for users hint. * Parameters are separated by ' '. - * @usuage + * @usage * makePrintable('This is an error on', someVar, someObj); * * @param hintInfo anything about the current execution context to hint users.