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 a17ddb3  WIP.
a17ddb3 is described below

commit a17ddb3e9db2ad42344691a0b41e280eaad4d910
Author: Aaron Radzinzski <aradzin...@datalingvo.com>
AuthorDate: Mon Apr 19 04:58:02 2021 +0300

    WIP.
---
 examples/light_switch.html | 2 +-
 examples/sql_model.html    | 4 ++--
 examples/weather_bot.html  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/light_switch.html b/examples/light_switch.html
index c9cb0e5..f69de57 100644
--- a/examples/light_switch.html
+++ b/examples/light_switch.html
@@ -263,7 +263,7 @@ class LightSwitch extends 
NCModelFileAdapter("light_switch.yaml") {
         </p>
         <ul>
             <li>
-                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fore-and-forget" component that 
you generally need to start only once
+                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fire-and-forget" component that 
you generally need to start it only once
                 for this and other examples.
             </li>
             <li>
diff --git a/examples/sql_model.html b/examples/sql_model.html
index 9de9b31..1fa88f3 100644
--- a/examples/sql_model.html
+++ b/examples/sql_model.html
@@ -197,8 +197,8 @@ id: sql_model
         </p>
         <ul>
             <li>
-                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fore-and-forget" component
-                that you generally need to start only once for this and any 
other examples.
+                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fire-and-forget" component
+                that you generally need to start it only once for this and any 
other examples.
             </li>
             <li>
                 Run <code class="script">bin/nlpcraft.sh help 
--cmd=start-server</code> to get a full help on this command.
diff --git a/examples/weather_bot.html b/examples/weather_bot.html
index ef0b124..35afdb2 100644
--- a/examples/weather_bot.html
+++ b/examples/weather_bot.html
@@ -419,7 +419,7 @@ public class Weather extends NCModelFileAdapter {
         </p>
         <ul>
             <li>
-                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fore-and-forget" component that 
you generally need to start only once.
+                <i style="color: #F39C12" class="fa 
fa-exclamation-triangle"></i> REST server is a "fire-and-forget" component that 
you generally need to start it only once.
             </li>
             <li>
                 Run <code class="script">bin/nlpcraft.sh help 
--cmd=start-server</code> to get a full help on this command.

Reply via email to