From 11f98b9b6d0383580ec4acc4b8d3d57995d7151b Mon Sep 17 00:00:00 2001 From: Gibado Date: Mon, 5 Feb 2018 10:33:04 -0600 Subject: [PATCH] Update 40_Tutorial_Conclusion.asciidoc Fixed some spelling errors --- 010_Intro/40_Tutorial_Conclusion.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/010_Intro/40_Tutorial_Conclusion.asciidoc b/010_Intro/40_Tutorial_Conclusion.asciidoc index a0e5394e4..f73de1b00 100644 --- a/010_Intro/40_Tutorial_Conclusion.asciidoc +++ b/010_Intro/40_Tutorial_Conclusion.asciidoc @@ -1,7 +1,7 @@ === Tutorial Conclusion Hopefully, this little tutorial was a good demonstration about what is possible -in Elasticsearch. It is really just scratching the surface, and many features--such as suggestions, geolocation, percolation, fuzzy and partial matching--were omitted to keep the tutorial short. But it did highlight just how +in Elasticsearch. It is really just scratching the surface, and many features--such as suggestions, geolocation, percolation, fuzzy and partial matching--we're comitted to keep the tutorial short. But it did highlight just how easy it is to start building advanced search functionality. No configuration was needed--just add data and start searching!