From 04560724d31633e1bfb52ff83102db15fabae9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=AB=8B?= Date: Wed, 3 Jan 2018 03:06:34 +0800 Subject: [PATCH] fix wrong sentence. (#2582) * fix wrong sentence. --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 304cd005..4b2997da 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -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