This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 609dda9 minor tweak
609dda9 is described below
commit 609dda965e319638c5ba143a28d078ec1767d8fe
Author: Paul King <[email protected]>
AuthorDate: Mon Mar 13 13:45:32 2023 +1000
minor tweak
---
site/src/site/blog/apache-nlpcraft-with-groovy.adoc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
b/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
index 318e670..848333e 100644
--- a/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
+++ b/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
@@ -117,9 +117,12 @@ We used a locally built version with `DefaultScalaModule`
enabled
for YAML processing.
We also need the `groovy-yaml` module on the Groovy side if not already there.
-The model defines two intents. THe `intent2` intent should be triggered
-if a match is found for a city location, otherwise `intent1` will be triggered
-if it looks like you are asking for the time without a city and this
+The model defines two intents:
+
+* `intent2` should be triggered
+if a match is found for a city location.
+* `intent1` will be triggered
+if it looks like you are asking for the time without a city; this
corresponds to finding the local time.
Here is the Groovy client code: