Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 27, 2012
1 parent f19d1c2 commit 122d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guides/variable_tag_helpers.md
Expand Up @@ -7,7 +7,7 @@ Variable Tag Helpers
Overview
--------

Variable tag helpers allow you to use the full Mustache rendering engine when rendering a variable tag such as `{{name}}`.
Variable tag helpers allow you to use the full Mustache rendering engine for simple variable tag such as `{{name}}`.

When GRMustache renders a variable tag `{{name}}`, it looks for the `name` key in the [context stack](runtime/context_stack.md), using the standard Key-Value Coding `valueForKey:` method. GRMustache may find a string, an [array](runtime/loops.md), a [boolean](runtime/booleans.md), whatever, or a *variable tag helper*. It's here a matter of attaching code, instead of regular values, to the keys of your data objects.

Expand Down

0 comments on commit 122d0c4

Please sign in to comment.