From 36ed6f525c58ac8c2dfc8e152a2da845e5f786e4 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 30 May 2012 11:10:56 +0300 Subject: [PATCH] Update examples/tutorial/step_4.wiki --- examples/tutorial/step_4.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/step_4.wiki b/examples/tutorial/step_4.wiki index c0d22391..936424eb 100644 --- a/examples/tutorial/step_4.wiki +++ b/examples/tutorial/step_4.wiki @@ -36,7 +36,7 @@ or go to the [[README.wiki|index]] * In this example, we use the URI Template router, this allows to define the route using resource like /user/{user} , and then you get access to the "user" data from the WSF_REQUEST.path_parameter or using the context argument passed for the execute or response handler. -* The example also include some basic notion of url, html encoding, check the hello.ecf to see the added libraries (http to get easy access to the http status code, encoder for simple encoding components) +* The example also includes basic notions of url, html encoding, check the hello.ecf to see the added libraries (http to get easy access to the http status code, encoder for simple encoding components) ---- Back to the [[step_3.wiki|step 3]]