You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2019/11/01 14:27:14 UTC

[incubator-apisix] branch master updated: docs: fix typo (#784)

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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 41d4a7c  docs: fix typo (#784)
41d4a7c is described below

commit 41d4a7c4d4133a8c8dfd77f89c7d6550dc097afc
Author: 琚致远 <ju...@apache.org>
AuthorDate: Fri Nov 1 22:27:08 2019 +0800

    docs: fix typo (#784)
---
 doc/https-cn.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/https-cn.md b/doc/https-cn.md
index bb37954..34de2d4 100644
--- a/doc/https-cn.md
+++ b/doc/https-cn.md
@@ -62,9 +62,9 @@ curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/hello  -vvv
 > Accept: */*
 ```
 
-### 范域名
+### 泛域名
 
-一个 SSL 证书的域名也可能包含范域名,如`*.test.com`,它代表所有以`test.com`结尾的域名都可以使用该证书。
+一个 SSL 证书的域名也可能包含泛域名,如`*.test.com`,它代表所有以`test.com`结尾的域名都可以使用该证书。
 比如`*.test.com`,可以匹配 `www.test.com`、`mail.test.com`甚至`a.b.test.com`。
 
 看下面这个例子,请注意 `sni` 这个属性: