From 7e2a797ac7f6ed8f02c7d3e11bbf59a8d64626a6 Mon Sep 17 00:00:00 2001 From: "haobing.wang" <9262286+haobingwang@users.noreply.github.com> Date: Mon, 15 Oct 2018 16:30:19 +0800 Subject: [PATCH] Update rest-resources.md --- docs/guide-zh-CN/rest-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/rest-resources.md b/docs/guide-zh-CN/rest-resources.md index a912458e5f..b81d272ef0 100644 --- a/docs/guide-zh-CN/rest-resources.md +++ b/docs/guide-zh-CN/rest-resources.md @@ -44,7 +44,7 @@ http://localhost/users?fields=id,email // 返回fields()方法申明的所有字段,以及extraFields()方法中的profile字段 http://localhost/users?expand=profile -// 返回回fields()和extraFields()方法中提供的id, email 和 profile字段 +// 返回fields()方法中的id, email,以及extraFields()方法中的profile字段 http://localhost/users?fields=id,email&expand=profile ```