diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index b45b5ae..4dc94cb 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -212,7 +212,7 @@
 

 <p>Simply create folders within your <dfn>application/controllers</dfn> directory and place your controller classes within them.</p>

 

-<p><strong>Note:</strong>&nbsp; When using this feature the first segment or your URI must specify the folder.  For example, lets say you have a controller

+<p><strong>Note:</strong>&nbsp; When using this feature the first segment of your URI must specify the folder.  For example, lets say you have a controller

 located here:</p>

 

 <code>application/controllers/<kbd>products</kbd>/shoes.php</code>