Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/5006#discussion_r152402097
--- Diff: docs/dev/stream/state/queryable_state.md ---
@@ -60,7 +60,7 @@ The Queryable State feature consists of three main
entities:
returning it to the client, and
3. the `QueryableStateServer` which runs on each `TaskManager` and is
responsible for serving the locally stored state.
-In a nutshell, the client will connect to one of the proxies and send a
request for the state associated with a specific
+The client will connect to one of the proxies and send a request for the
state associated with a specific
--- End diff --
"will connect" -> "connects" (and "send" -> "sends")?
---