Update short-term-memory.html
diff --git a/short-term-memory.html b/short-term-memory.html
index 72cc381..088960e 100644
--- a/short-term-memory.html
+++ b/short-term-memory.html
@@ -219,7 +219,7 @@
     <section id="stm">
         <h2 class="section-title">Short-Term Memory <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
         <p>
-            The short-term memory is exactly that... a memory that keeps only small amount of recently used information
+            The short-term memory is exactly that - a memory that keeps only small amount of recently used information
             and that evicts its contents after a short period of inactivity.
         </p>
         <p>
@@ -367,9 +367,9 @@
         </p>
         <ul>
             <li><code>intent=sale term={# == 'sale'}</code></li>
-            <li><code>intent=best_sale_person term={# == 'sale'} term={# == best_employee}</code></li>
+            <li><code>intent=best_sale_person term={# == 'sale'} term={# == 'best_employee'}</code></li>
             <li><code>intent=buy term={# == 'buy'}</code></li>
-            <li><code>intent=buy_best_person term={# == 'buy'} term={# == best_employee}</code></li>
+            <li><code>intent=buy_best_person term={# == 'buy'} term={# == 'best_employee'}</code></li>
         </ul>
         <p>
             (this is actual <a href="/intent-matching.html">Intent Definition Language</a> (IDL) used by NLPCraft -