From b26e671c45ead2a54e4940f45d9aefcc1fb4d503 Mon Sep 17 00:00:00 2001 From: Chanbok Wi Date: Sat, 9 Mar 2024 03:53:40 +0900 Subject: [PATCH] Fix typo (#3146) Co-authored-by: zolazz <148365012+zolazz@users.noreply.github.com> --- .../gatewayfilter-factories/jsontogrpc-factory.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/spring-cloud-gateway/gatewayfilter-factories/jsontogrpc-factory.adoc b/docs/modules/ROOT/pages/spring-cloud-gateway/gatewayfilter-factories/jsontogrpc-factory.adoc index d9abe0db..c0970e34 100644 --- a/docs/modules/ROOT/pages/spring-cloud-gateway/gatewayfilter-factories/jsontogrpc-factory.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-gateway/gatewayfilter-factories/jsontogrpc-factory.adoc @@ -1,7 +1,7 @@ [[jsontogrpc-gatewayfilter-factory]] = `JsonToGrpc` `GatewayFilter` Factory -The JSONToGRPCFilter GatewayFilter Factory converts a JSON payload to a gRPC request. +The JSONToGRPC GatewayFilter Factory converts a JSON payload to a gRPC request. The filter takes the following arguments: