Skip to content

Commit 7f3b2ba

Browse files
authored
Merge pull request #17598 from ChepteaCatalin/master
fix a typo error in `log.ts`
2 parents b96b04e + 5b46529 commit 7f3b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function deprecateReplaceLog(oldOpt: string, newOpt: string, scope?: stri
6868
/**
6969
* If in __DEV__ environment, get console printable message for users hint.
7070
* Parameters are separated by ' '.
71-
* @usuage
71+
* @usage
7272
* makePrintable('This is an error on', someVar, someObj);
7373
*
7474
* @param hintInfo anything about the current execution context to hint users.

0 commit comments

Comments
 (0)