aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/client_config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/client_config/README.md')
-rw-r--r--src/core/lib/client_config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/client_config/README.md b/src/core/lib/client_config/README.md
index fff7a5af5b..7024fd540d 100644
--- a/src/core/lib/client_config/README.md
+++ b/src/core/lib/client_config/README.md
@@ -40,7 +40,7 @@ decisions (for example, by avoiding disconnected backends).
Configured sub-channels are fully setup to participate in the grpc data plane.
Their behavior is specified by a set of grpc channel filters defined at their
construction. To customize this behavior, resolvers build
-grpc_subchannel_factory objects, which use the decorator pattern to customize
+grpc_client_channel_factory objects, which use the decorator pattern to customize
construction arguments for concrete grpc_subchannel instances.