diff --git a/zh-cn/application-dev/reference/apis/js-apis-uri.md b/zh-cn/application-dev/reference/apis/js-apis-uri.md index 8979b69c8ae98a5ede706c80c876528be29337d6..ad0716494694700651adaa1e94df1beacb36ef0e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uri.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uri.md @@ -18,7 +18,7 @@ import uri from '@ohos.uri' | 名称 | 参数类型 | 可读 | 可写 | 说明 | | -------- | -------- | -------- | -------- | -------- | | scheme | string | 是 | 否 | 获取URI 的协议部分。 | -| userinfo | string | 是 | 否 | 获取 URI 的用户信息部分。 | +| userInfo | string | 是 | 否 | 获取 URI 的用户信息部分。 | | host | string | 是 | 否 | 获取 URI 的主机名部分(不带端口)。 | | port | string | 是 | 否 | 获取 URI 的端口部分。 | | path | string | 是 | 否 | 获取 URI 的路径部分。 |