This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b465297f fix a typo error in `log.ts`
     new 7f3b2ba4d Merge pull request #17598 from ChepteaCatalin/master
5b465297f is described below

commit 5b465297f7802a4032f4554f65e1947be74d7ee4
Author: ChepteaCatalin <[email protected]>
AuthorDate: Tue Aug 30 14:16:23 2022 +0300

    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 7d8ca5628..8bcc7cc11 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to