From e65910e95d35d703111e54f4e02c2a3b570f7abb Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 15 Jun 2026 11:43:24 +0000 Subject: [PATCH] docs: fix spelling typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 221e81b0..a9fe51e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Note: Description and code apply to Microgateway v2.x It's not compatible with v1.x series of Microgateway.** The Apigee Microgateway is a lightweight API management proxy that routes requests and responses between API consumers and API providers. As requests are routed the microgateway introduces an eventing model that is based on the concept of http middleware. You can add custom plugins to the http router via the plugins directory. You can also change the code to explicitly load plugins via the gateway.addPlugin method. For more information about plugins see [https://github.com/apigee/microgateway-plugins](https://github.com/apigee/microgateway-plugins). -For more information on how to use the producet see the [product documentation](http://docs.apigee.com/microgateway/content/edge-microgateway-home) +For more information on how to use the product see the [product documentation](http://docs.apigee.com/microgateway/content/edge-microgateway-home) ![microgateway](microgateway.png)