diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index 83b91a2..d0af3b4 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -39,11 +39,11 @@ Having both entries in the pom file you should be able to use spring-data-elasti **Case 2:** -I have a plane to develop new feature / or extend existing ones. +I have a plan to develop new feature / or extend existing ones. How to configure your project: -Project has dependencies with spring-data-parent to fulfil that we need to add information about snapshot spring repository and snapshot spring plugin repository. +Project has dependencies with spring-data-parent to fulfill that we need to add information about snapshot spring repository and snapshot spring plugin repository. Snapshot spring repository: {{{ @@ -66,4 +66,3 @@ The best way to do that without polluting spring-data-elasticsearch pom.xml is c Example of the file can be found [[here|https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml]] -