diff --git a/zh-cn/application-dev/reference/apis/js-apis-image.md b/zh-cn/application-dev/reference/apis/js-apis-image.md index 53cdc7df509aa4dc741b5971c848aab9e766484e..dad1e6b24a76a1e67ddf03ae8c9db18bded7aae6 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -1698,7 +1698,7 @@ createPixelMapList(options?: DecodingOptions): Promise>; | 类型 | 说明 | | -------------------------------- | --------------------- | -| Promise> | 异步返回PixeMap数组。 | +| Promise> | 异步返回PixelMap数组。 | **示例:** @@ -2423,7 +2423,7 @@ dequeueImage(callback: AsyncCallback\): void ```js creator.dequeueImage((err, img) => { if (err) { - console.info('dequeueImage failded.'); + console.info('dequeueImage failed.'); } console.info('dequeueImage succeeded.'); }); @@ -2967,7 +2967,7 @@ PixelMap的初始化选项。 ## 补充说明 ### SVG标签说明 -从API verison 10开始支持SVG标签,使用版本为(SVG) 1.1,当前支持的标签列表有: +从API version 10开始支持SVG标签,使用版本为(SVG) 1.1,当前支持的标签列表有: - a - circla - clipPath