Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #187 from airandfingers/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo (it's -> its)
  • Loading branch information
paularmstrong committed Feb 20, 2013
2 parents 53a7605 + 186e064 commit 4ad0b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"filters": {
"add": {
"title": "add(value)",
"desc": "Adds the value to the variable. Strings that can be converted to integers will be summed, not concatenated, as in the example below.",
"desc": "Adds the value to the variable. Strings that can be converted to integers will be summed, not concatenated.",
"args": [
{
"name": "value",
Expand Down Expand Up @@ -226,7 +226,7 @@
"desc": "Inject the content from the parent template's block of the same name into the current block.<br><br>See <a href=\"#inheritance\">Template inheritance</a> for more information."
},
"include": {
"desc": "Includes a template in it's place. The template is rendered within the current context.",
"desc": "Includes a template in its place. The template is rendered within the current context.",
"args": {
"file": {
"types": ["string", "var"],
Expand Down

0 comments on commit 4ad0b87

Please sign in to comment.