From 658b58966d6dd3bd536bf4db2d138b0c0c7de5da Mon Sep 17 00:00:00 2001 From: joedevon Date: Sat, 17 Dec 2011 02:12:41 -0800 Subject: [PATCH] Fixed typo. --- template/readme.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/readme.wiki b/template/readme.wiki index 0563a1dd58..de1b89df33 100644 --- a/template/readme.wiki +++ b/template/readme.wiki @@ -1,4 +1,3 @@ - #### Special syntax Views have a special syntax for outputting escaped text. The standard way to @@ -8,7 +7,7 @@ output escaped text in your views from Lithium is as follows: {{{ This is where a lot of confusion comes in, because it is commonly misunderstood that Lithium depends on `short_open_tags`, however, that's not the case. The -contents of a view are processed through a [ tokenizer](template/view/Compier) before +contents of a view are processed through a [ tokenizer](template/view/Compiler) before it is included by PHP. The file is then `compiled` into the final PHP+HTML (or whatever other content type that is requsted), which is then passed off to be fully rendered by the two-step view to its final form.