You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2023/04/07 07:31:04 UTC

[apisix] branch master updated: docs: Fixed typo (#9244)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2abe334a4 docs: Fixed typo (#9244)
2abe334a4 is described below

commit 2abe334a4a89855bf1b0f3792050c0ca6783e0d4
Author: Abhisman <ab...@gmail.com>
AuthorDate: Fri Apr 7 13:00:58 2023 +0530

    docs: Fixed typo (#9244)
    
    Signed-off-by: Abhisman Sarkar <ab...@gmail.com>
---
 docs/en/latest/plugins/openid-connect.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/plugins/openid-connect.md b/docs/en/latest/plugins/openid-connect.md
index 5dd08deca..a5e015089 100644
--- a/docs/en/latest/plugins/openid-connect.md
+++ b/docs/en/latest/plugins/openid-connect.md
@@ -88,7 +88,7 @@ The image below shows an example token introspection flow via a Gateway:
 
 ![token introspection](https://raw.githubusercontent.com/apache/apisix/master/docs/assets/images/plugin/oauth-1.png)
 
-The example below shows how you can enable the Plugin on Route. The Rouet below will protect the Upstream by introspecting the token provided in the request header:
+The example below shows how you can enable the Plugin on Route. The Route below will protect the Upstream by introspecting the token provided in the request header:
 
 ```bash
 curl http://127.0.0.1:9180/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '