From e3d449d38165230f7b8ad10fe3103193ab5f2e1e Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 May 2021 18:57:46 -0700 Subject: [PATCH] Edit documentation and add missing word (data). --- spring-geode-docs/src/docs/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index ddfd266b..8073b3e3 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -111,8 +111,8 @@ which has been {spring-data-geode-docs-html}/#apis:continuous-query[extended] in including first-class {spring-data-geode-docs-html}/#bootstrap-annotation-config-pdx[configuration] and {spring-data-geode-docs-html}/#mapping.pdx-serializer[support] in SDGfootnote:SDG[]. <>. -* _Data Initialization_ to quickly load (import) to hydrate the cache during application startup or write (export) data -on application shutdown to move data between environments (e.g. TEST to DEV). <>. +* _Data Initialization_ to quickly load (import) data to hydrate the cache during application startup or write (export) +data on application shutdown to move data between environments (e.g. TEST to DEV). <>. * _Actuator_ - to gain insight into the runtime behavior and operation of your cache, whether a client or a peer. <>. * _Logging_ - quickly and conveniently enable or adjust {apache-geode-name} log levels in your Spring Boot application