You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2019/04/11 17:31:53 UTC

[geode] branch develop updated: COMMIT-THEN-REVIEW. NO GEODE JIRA. Single letter typo correction in docs.

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0ccd2f7  COMMIT-THEN-REVIEW. NO GEODE JIRA. Single letter typo correction in docs.
0ccd2f7 is described below

commit 0ccd2f715908e3c6a6c147841a0242a3fd9b6da9
Author: Karen Miller <km...@pivotal.io>
AuthorDate: Thu Apr 11 10:30:49 2019 -0700

    COMMIT-THEN-REVIEW. NO GEODE JIRA. Single letter typo correction in docs.
---
 .../cs_configuration/client_server_example_configurations.html.md.erb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/topologies_and_comm/cs_configuration/client_server_example_configurations.html.md.erb b/geode-docs/topologies_and_comm/cs_configuration/client_server_example_configurations.html.md.erb
index b48e388..7f44d88 100644
--- a/geode-docs/topologies_and_comm/cs_configuration/client_server_example_configurations.html.md.erb
+++ b/geode-docs/topologies_and_comm/cs_configuration/client_server_example_configurations.html.md.erb
@@ -102,7 +102,7 @@ private static void runPublisher() {
     ClientCache cache = ccf.create();
     ClientRegionFactory<String,String> regionFactory = 
         cache.createClientRegionFactory(PROXY);
-    Region<String, Strini> region = regionFactory.create("DATA");
+    Region<String, String> region = regionFactory.create("DATA");
 
     //... do work ...