You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/06/04 15:50:23 UTC

[incubator-nlpcraft-website] branch master updated: Spelling mistake correction.

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e3508d0  Spelling mistake correction.
e3508d0 is described below

commit e3508d053e98db1bd459c538b351a6d29a3042b7
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Thu Jun 4 08:50:08 2020 -0700

    Spelling mistake correction.
---
 examples/alarm_clock.html  | 2 +-
 examples/light_switch.html | 2 +-
 examples/weather_bot.html  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/alarm_clock.html b/examples/alarm_clock.html
index 7fbec85..b00f0dd 100644
--- a/examples/alarm_clock.html
+++ b/examples/alarm_clock.html
@@ -283,7 +283,7 @@ public class AlarmModel extends NCModelFileAdapter {
             <p>
                 If you are using the <a href="#testing">unit test</a> that comes with this example you <b>do not</b>
                 need to start the data probe standalone as this unit test uses embedded probe mode. In this mode, the unit
-                test will be automatically start and stop the data probe from within the test itself.
+                test will automatically start and stop the data probe from within the test itself.
             </p>
             <p>
                 <b>If using <a href="#testing">unit test</a> below - skip this step, you only need to start the server.</b>
diff --git a/examples/light_switch.html b/examples/light_switch.html
index 317deff..e429b31 100644
--- a/examples/light_switch.html
+++ b/examples/light_switch.html
@@ -237,7 +237,7 @@ class LightSwitchModel extends NCModelFileAdapter("org/apache/nlpcraft/examples/
             <p>
                 If you are using the <a href="#testing">unit test</a> that comes with this example you <b>do not</b>
                 need to start the data probe standalone as this unit test uses embedded probe mode. In this mode, the unit
-                test will be automatically start and stop the data probe from within the test itself.
+                test will automatically start and stop the data probe from within the test itself.
             </p>
             <p>
                 <b>If using <a href="#testing">unit test</a> below - skip this step, you only need to start the server.</b>
diff --git a/examples/weather_bot.html b/examples/weather_bot.html
index 079d706..40121d1 100644
--- a/examples/weather_bot.html
+++ b/examples/weather_bot.html
@@ -316,7 +316,7 @@ id: weather_bot
             <p>
                 If you are using the <a href="#testing">unit test</a> that comes with this example you <b>do not</b>
                 need to start the data probe standalone as this unit test uses embedded probe mode. In this mode, the unit
-                test will be automatically start and stop the data probe from within the test itself.
+                test will automatically start and stop the data probe from within the test itself.
             </p>
             <p>
                 <b>If using <a href="#testing">unit test</a> below - skip this step, you only need to start the server.</b>