Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedevon committed Dec 17, 2011
1 parent 827e14f commit 658b589
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/readme.wiki
@@ -1,4 +1,3 @@

#### Special syntax
Views have a special syntax for outputting escaped text. The standard way to
Expand All @@ -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.
Expand Down

0 comments on commit 658b589

Please sign in to comment.