Skip to content

Commit

Permalink
localization.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 20, 2012
1 parent afd4ea3 commit 2dff5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guides/sample_code/localization.md
Expand Up @@ -51,7 +51,7 @@ And render, depending on the current locale:


We'll execute our localizing code by attaching to the `localize` section an object that conforms to the `GRMustacheHelper` protocol. We'll execute our localizing code by attaching to the `localize` section an object that conforms to the `GRMustacheHelper` protocol.


The shortest way to build a helper is the `[GRMustacheHelper helperWithBlock:]` method. Its block is given a `GRMustacheSection` object whose `innerTemplateString` property suits perfectly our needs: The shortest way to build a helper is the `[GRMustacheHelper helperWithBlock:]` method. Its block is given a `GRMustacheSection` object whose `innerTemplateString` property perfectly suits our needs:


```objc ```objc
id data = @{ id data = @{
Expand Down

0 comments on commit 2dff5f4

Please sign in to comment.