This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new fa08f67 User guide: typo repair
fa08f67 is described below
commit fa08f67e51dce6df08751b9de56074f8e9f9865f
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Sep 21 15:38:15 2018 -0700
User guide: typo repair
---
.../continuous-querying/continuous-queries.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/geode-native-docs/continuous-querying/continuous-queries.html.md.erb
b/docs/geode-native-docs/continuous-querying/continuous-queries.html.md.erb
index 6e7ac10..e394675 100644
--- a/docs/geode-native-docs/continuous-querying/continuous-queries.html.md.erb
+++ b/docs/geode-native-docs/continuous-querying/continuous-queries.html.md.erb
@@ -21,7 +21,7 @@ limitations under the License.
The C++ and .NET clients can run queries that continuously monitor events in
the <%=vars.product_name%> cache server and return results
when triggered.
-For details on the server-side setup for continuouse queries,
+For details on the server-side setup for continuous queries,
see [How Continuous Querying
Works](/serverman/developing/continuous_querying/how_continuous_querying_works.html)
in the *<%=vars.product_name%> User Guide*.
## <a id="cq_main_features" ></a>Main Features of Continuous Querying