Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
remove an extra "is"
Browse files Browse the repository at this point in the history
  • Loading branch information
noahadams committed Jan 7, 2013
1 parent f612422 commit e115273
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/docs/understanding-konf.md
Expand Up @@ -135,11 +135,11 @@ evaluates the first one that matches. An argument is said to match if
all keys starting with `!` evaluate to truthy values.

In the example above, when _content_ is evaluted, `context.choose` is
be called. It checks the first argument and finds one required key,
_home_. If `$('#home')` is found in the source DOM then the first
argument will match. `context.choose` will then add the keys
_templateName_ and _home_ under the group _content_. If `$('#home')`
is not found, it would move to the next argument and repeat the process.
called. It checks the first argument and finds one required key, _home_. If
`$('#home')` is found in the source DOM then the first argument will match.
`context.choose` will then add the keys _templateName_ and _home_ under the
group _content_. If `$('#home')` is not found, it would move to the next
argument and repeat the process.

Later, when _OUTPUTHTML_ is evaluted, the value of _content.templateName_
will be used to decide which template to render.
Expand Down

0 comments on commit e115273

Please sign in to comment.