You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cn...@apache.org on 2020/06/19 09:01:16 UTC

[incubator-weex-site] branch cnryb-patch-1 created (now dcc816a)

This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a change to branch cnryb-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git.


      at dcc816a  Update stream.md

This branch includes the following new commits:

     new dcc816a  Update stream.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-weex-site] 01/01: Update stream.md

Posted by cn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch cnryb-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git

commit dcc816aae4893ea45f377c7176a18d812cdea8f1
Author: 任跃兵 <cn...@live.cn>
AuthorDate: Fri Jun 19 17:01:10 2020 +0800

    Update stream.md
---
 docs/zh/docs/modules/stream.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/docs/modules/stream.md b/docs/zh/docs/modules/stream.md
index a3cca98..6f4cb90 100644
--- a/docs/zh/docs/modules/stream.md
+++ b/docs/zh/docs/modules/stream.md
@@ -29,7 +29,7 @@
     * **`ok`**, boolean, 如果状态码在 200-299 之间就为 true
     * **`statusText`**, string, 状态描述文本
     * **`data`**, string, 返回的数据,如果请求类型是 `json` 和 `jsonp`,则它就是一个 `object` ,否则是一个 `string`。
-    * **`headers`**, object, rHTTP 响应头
+    * **`headers`**, object, HTTP 响应头
 
 * **@progressCallback**, function, a progress callback. This callback will be invoked before request finished.
     * **`readyState`**, number, 当前状态,`1`: 请求连接中;`2`: 返回响应头中;`3`: 正在加载返回数据