You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2020/07/30 03:44:22 UTC

[incubator-apisix] branch lilien1010-patch-1 updated: doc: fix typo

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

liling pushed a commit to branch lilien1010-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/lilien1010-patch-1 by this push:
     new 7e828fb  doc: fix typo
7e828fb is described below

commit 7e828fb76dd17024434cd3e292f5a0b680fe2a7d
Author: lieenli <li...@tencent.com>
AuthorDate: Thu Jul 30 11:44:11 2020 +0800

    doc: fix typo
---
 doc/architecture-design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/architecture-design.md b/doc/architecture-design.md
index 8de3fbb..ece3ff5 100644
--- a/doc/architecture-design.md
+++ b/doc/architecture-design.md
@@ -453,7 +453,7 @@ Set the route that best suits your business needs in the local configuration `co
         * `Absolute match `: Complete match for the given `uri` , such as `/foo/bar`,`/foo/glo`.
         * `Prefix match`: Use `*` at the end to represent the given `uri` as a prefix match. For example, `/foo*` allows matching `/foo/`, `/foo/a` and `/foo/b`.
         * `match priority`: first try absolute match, if you can't hit absolute match, try prefix match.
-        * `Any filter attribute`: Allows you to specify any Ningx built-in variable as a filter, such as URL request parameters, request headers, cookies, and so on.
+        * `Any filter attribute`: Allows you to specify any Nginx built-in variable as a filter, such as URL request parameters, request headers, cookies, and so on.
     * `radixtree_host_uri`: Use `host + uri` as the primary index (based on the `radixtree` engine), matching both host and URL for the current request.
 
 * `apisix.router.ssl`: SSL loads the matching route.