Skip to content

Commit 635cc24

Browse files
committed
Acrolinx fixes
1 parent 8f3fdd6 commit 635cc24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to configure VMware Spring Cloud Gateway with Azure Spring Apps Enterprise tier
3-
description: Shows you how to configure VMware VMware Spring Cloud Gateway with Azure Spring Apps Enterprise tier.
3+
description: Shows you how to configure VMware Spring Cloud Gateway with Azure Spring Apps Enterprise tier.
44
author: karlerickson
55
ms.author: xiading
66
ms.service: spring-cloud

articles/spring-apps/how-to-use-enterprise-spring-cloud-gateway.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The following table lists the route definitions. All the properties are optional
109109
110110
## Use routes for Spring Cloud Gateway
111111

112-
Use the following steps to create an sample application using Spring Cloud Gateway.
112+
Use the following steps to create a sample application using Spring Cloud Gateway.
113113

114114
1. Create a test application in Azure Spring Apps by using the following command:
115115

@@ -133,7 +133,7 @@ Use the following steps to create an sample application using Spring Cloud Gatew
133133

134134
1. Create a rule to access the health check endpoint of the test app through Spring Cloud Gateway.
135135

136-
Save the following content to a *test-api.json* file. This configuration includes a RateLimit filter, which allows twenty requests every ten seconds, and a RewritePath filter, which allows the request endpoint to reach the standard Spring Boot health check endpoint.
136+
Save the following content to a *test-api.json* file. This configuration includes a RateLimit filter, which allows 20 requests every 10 seconds, and a RewritePath filter, which allows the request endpoint to reach the standard Spring Boot health check endpoint.
137137

138138
```json
139139
[
@@ -192,11 +192,11 @@ Use the following steps to create an sample application using Spring Cloud Gatew
192192

193193
## Use filters
194194

195-
The open-source [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) project includes a number of built-in filters for use in Gateway routes. Spring Cloud Gateway provides a number of custom filters in addition to those included in the OSS project.
195+
The open-source [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) project includes many built-in filters for use in Gateway routes. Spring Cloud Gateway provides many custom filters in addition to the filters included in the OSS project.
196196

197197
### Use filters included in Spring Cloud Gateway OSS
198198

199-
You can use Spring Cloud Gateway OSS filters in Spring Cloud Gateway for Kubernetes. Spring Cloud Gateway OSS includes a number of `GatewayFilter` factories that are used to create filters for routes. For a complete list of these factories, see the [GatewayFilter Factories](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/#gatewayfilter-factories) section in the Spring Cloud Gateway documentation.
199+
You can use Spring Cloud Gateway OSS filters in Spring Cloud Gateway for Kubernetes. Spring Cloud Gateway OSS includes many `GatewayFilter` factories that are used to create filters for routes. For a complete list of these factories, see the [GatewayFilter Factories](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/#gatewayfilter-factories) section in the Spring Cloud Gateway documentation.
200200

201201
### Use commercial filters
202202

0 commit comments

Comments
 (0)