example error fix
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index 72acd96..a05ee14 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -305,7 +305,7 @@
 

 <p>To call the above controller your URI will look something like this:</p>

 

-<code>www.your-site.com/index.php/products/shoes/123</code>

+<code>www.your-site.com/index.php/products/shoes/show/123</code>

 

 <p>Each of your sub-folders may contain a default controller which will be

 called if the URL contains only the sub-folder.  Simply name your default controller as specified in your