Skip to content

Commit 19cd953

Browse files
committed
fix typo
1 parent bf3ebbc commit 19cd953

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/utils.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,13 @@ module.exports = function(AV) {
9898
};
9999

100100
/**
101-
* Call this method first to set up your authentication tokens for LC.
102-
* You can get your keys from the Data Browser on http://leancloud.cn .
103-
* @param {Object} incloud appId, appKey, masterKey
104-
*/
101+
* Call this method first to set up your authentication tokens for AV.
102+
* You can get your keys from the Data Browser on http://leancloud.cn .
103+
* @param args initialize options.
104+
* @param args.appId application id
105+
* @param args.appKey application key
106+
* @param args.masterKey application master key
107+
*/
105108

106109
AV.init = (...args) => {
107110
switch (args.length) {

0 commit comments

Comments
 (0)