From 65fa1afbc17213bff5fc0e60728abf6eb77b5f21 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 6 Jun 2011 05:11:39 -0700 Subject: [PATCH] fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e444512..134618b 100644 --- a/README.markdown +++ b/README.markdown @@ -94,7 +94,7 @@ With the previous input it outputs: Notice how congruent static strings are merged into a single string literal when possible. -### Haml.execute(js, context, locals) -> Executes a compiles template +### Haml.execute(js, context, locals) -> Executes a compiled template Context is the value of `this` in the template, and locals is a hash of local variables.