From 5b465297f7802a4032f4554f65e1947be74d7ee4 Mon Sep 17 00:00:00 2001 From: ChepteaCatalin <71984989+ChepteaCatalin@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:16:23 +0300 Subject: [PATCH] fix a typo error in `log.ts` --- src/util/log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.