zhengyangyong commented on a change in pull request #47: General development 
dir translation and include img
URL: 
https://github.com/apache/incubator-servicecomb-docs/pull/47#discussion_r215152926
 
 

 ##########
 File path: java-chassis-reference/en_US/general-development/CORS.md
 ##########
 @@ -1,29 +1,29 @@
-# CORS机制
+# CORS mechanism
 
-## 概念阐述
+## Concept Description
 
-跨域资源共享(CORS, Cross-Origin Resource Sharing)允许Web服务器进行跨域访问控制,使浏览器可以更安全地进行跨域数据传输。
+Cross-Origin Resource Sharing (CORS) allows Web servers to perform 
cross-domain access control, enabling browsers to more securely transfer data 
across domains.
 
-## 场景描述
+## Scene Description
 
-当用户需要从浏览器上跨域发送REST请求时就有可能要用到CORS机制,接收跨域请求的微服务需要开启CORS支持。
+When the user needs to send REST requests from across the browser, the CORS 
mechanism may be used. The microservices that receive cross-domain requests 
need to enable CORS support.
 
-## 配置说明
+## Configuration instructions
 
-CORS功能在microservice.yaml文件中配置,配置项见下表所述。
+The CORS function is configured in the microservice.yaml file. The 
configuration items are described in the following table.
 
-| 配置项 | 默认值 | 取值范围 | 是否必选 | 含义 | 注意 |
+| Configuration Item | Default Value | Range of Value | Required | Meaning |
 
 Review comment:
   少了一个 “注意” 列

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to