diff --git a/en/application-dev/reference/apis/js-apis-nfcTag.md b/en/application-dev/reference/apis/js-apis-nfcTag.md index 747e536b1a518b806f5df66f1efc2288d0c5bb80..aec61516c42598051c916d9314a842ca3deac5ae 100644 --- a/en/application-dev/reference/apis/js-apis-nfcTag.md +++ b/en/application-dev/reference/apis/js-apis-nfcTag.md @@ -41,8 +41,10 @@ Before developing applications related to tag read and write, you must declare N } ], "requestPermissions": [ - "name": "ohos.permission.NFC_TAG", - "reason": "tag", + { + "name": "ohos.permission.NFC_TAG", + "reason": "tag", + } ] } } diff --git a/zh-cn/application-dev/reference/apis/js-apis-nfcTag.md b/zh-cn/application-dev/reference/apis/js-apis-nfcTag.md index b65f72de56095cce9f97b7cf9be04af2c439938e..d135c536ff844bee319dedc9d3a49f72a959d61a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-nfcTag.md +++ b/zh-cn/application-dev/reference/apis/js-apis-nfcTag.md @@ -41,8 +41,10 @@ } ], "requestPermissions": [ - "name": "ohos.permission.NFC_TAG", - "reason": "tag", + { + "name": "ohos.permission.NFC_TAG", + "reason": "tag", + } ] } }