Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 28, 2012
1 parent 576a121 commit 7387461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guides/template_repositories.md
Expand Up @@ -139,7 +139,7 @@ NSString *rendering = [aTemplate renderObject:...];

### Absolute paths to partials and helpers

When you implement a variable or section tag helper that uses a partial, you want it to always include the same partial, whichever is the hierarchical position of the templates that use it. Again, absolute paths to partials are the solution.
When you implement a variable or section tag helper that uses a partial, you want it to always include the same partial, regardless of the hierarchical position of the templates that use it. Again, absolute paths to partials are the solution.

See [variable_tag_helpers.md](variable_tag_helpers.md) and [section_tag_helpers.md](section_tag_helpers.md) for more information about tag helpers.

Expand Down

0 comments on commit 7387461

Please sign in to comment.