Browse Source

fix wrong sentence. (#2582)

* fix wrong sentence.
pull/6/head
周立 7 years ago committed by Ryan Baxter
parent
commit
04560724d3
  1. 2
      docs/src/main/asciidoc/spring-cloud-netflix.adoc

2
docs/src/main/asciidoc/spring-cloud-netflix.adoc

@ -1852,7 +1852,7 @@ locally). @@ -1852,7 +1852,7 @@ locally).
=== Uploading Files through Zuul
If you `@EnableZuulProxy` you can use the proxy paths to
If you use `@EnableZuulProxy`, you can use the proxy paths to
upload files and it should just work as long as the files
are small. For large files there is an alternative path
which bypasses the Spring `DispatcherServlet` (to

Loading…
Cancel
Save