Github user scmbuildguy commented on a diff in the pull request: https://github.com/apache/geode-native/pull/69#discussion_r107524018 --- Diff: docs/geode-native-docs/cpp-caching-api/accessing-entry.html.md.erb --- @@ -35,11 +35,11 @@ for ( int32_t i=0; i< 100; i++) { ## <a id="concept_2B85EC4AB9FA446998147A1539D818CC__section_80F9A9E8F8514A9FBA19106C2473B370" class="no-quick-link"></a>Bulk Get Operations Using getAll -You can use the `Region::getAll` API (`Region.GetAll` for .NET) to get values for an array of keys from the local cache or server. If the value for a key is not present locally, then it is requested from the server. +You can use the `Region::getAll` methond to get values for an array of keys from the local cache or server. If the value for a key is not present locally, then it is requested from the server. --- End diff -- Spelling error
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---