提交 34544f74 编写于 作者: Q qingdao@qing

ContenStorage should be ContentStorage

Signed-off-by: Nqingdao@qing <qing@ohos.com.cn>
上级 5454c765
......@@ -174,7 +174,7 @@ The following table lists the APIs used for ability continuation. For details ab
var g_object = distributedObject.createDistributedObject({name:undefined});
export default class MainAbility extends Ability {
contentStorage : ContenStorage
contentStorage : ContentStorage
sessionId : string;
onContinue(wantParam : {[key: string]: any}) {
......
......@@ -178,7 +178,7 @@
var g_object = distributedObject.createDistributedObject({name:undefined});
export default class MainAbility extends Ability {
contentStorage : ContenStorage
contentStorage : ContentStorage
sessionId : string;
onContinue(wantParam : {[key: string]: any}) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册