diff --git a/docs/pages/tutorials/semi-scripted-conversational-applications/index.md b/docs/pages/tutorials/semi-scripted-conversational-applications/index.md
index ae0e77bccd581e72a8bffce06902181fca1576a0..9dfd31a375ab9964520a43575c948b8579d3d8fe 100644
--- a/docs/pages/tutorials/semi-scripted-conversational-applications/index.md
+++ b/docs/pages/tutorials/semi-scripted-conversational-applications/index.md
@@ -70,8 +70,8 @@ How about building the applications themselves without writing code?
 Let us meet the AI halfway. We will create a semi-scripted dialogue to list 
 predefined dialogue nodes and potential responses. The system will accept any 
 input and try to match it with one of the predefined responses. This allows us 
-flexibility when accepting inputs and be strict and predictable about our o
-utputs.
+flexibility when accepting inputs and be strict and predictable about our 
+outputs.
 
 ### Ingredients