diff --git a/en/application-dev/reference/apis/js-apis-nfcTag.md b/en/application-dev/reference/apis/js-apis-nfcTag.md index 61bd849804434dfd16db488c933c7b62bb47456d..3ab2439041aec9ce36fcf34bfad9bca75bb7cb46 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 6cb6bc278185f051f260d2c4c382c7f1b1a02695..ce9e79747f53dfd8e0679f786e88d2e3b7054712 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", + } ] } }