Fix a grammar typo in README (#2819)

pull/2809/head
Roger3581321 2 years ago committed by GitHub
parent 69945d7e71
commit bfdc475091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
# Sentinel Spring Cloud Zuul Adapter
Zuul does not provide rateLimit function, If you use default `SentinelRibbonFilter` route filter. it wrapped by Hystrix Command. so only provide Service level
circuit protect.
circuit protection.
Sentinel can provide `ServiceId` level and `API Path` level flow control for spring cloud zuul gateway service.
@ -138,4 +138,4 @@ public class CustomUrlCleaner implements UrlCleaner {
return originUrl;
}
}
```
```

Loading…
Cancel
Save