Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 5c892b8

Browse files
authored
Tweaks to README text
1 parent c756d9d commit 5c892b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install the Underscore engine in your edition, `npm install patternengine-nod
1111
- [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using parameter object passed to the included [`_.renderNamedPartial()`](https://github.com/pattern-lab/patternengine-node-underscore/blob/master/lib/engine_underscore.js#L54-L59) mixin function)
1212
- [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using parameter object passed to the included [`_.renderNamedPartial()`](https://github.com/pattern-lab/patternengine-node-underscore/blob/master/lib/engine_underscore.js#L54-L59) mixin function)
1313

14-
## The extensions to basic Underscore functionality.
14+
## Extensions to basic Underscore functionality
1515

1616
### Pattern including
1717
Underscore templates include no native support for calling other templates, so support for pattern including is accomplished through an included Underscore mixin function, [`_.renderNamedPartial()`](https://github.com/pattern-lab/patternengine-node-underscore/blob/master/lib/engine_underscore.js#L54-L59), and is considered experimental, but seems to work just fine.
@@ -49,6 +49,6 @@ If you feed that template JSON that (for whatever reason) has `foo.bar` as `null
4949
</p>
5050
```
5151

52-
and know that the output will be more safely "To be, or, not to be, null" instead of just throwing and error and crashing the pattern. This is mainly useful for operationalized templates that will be provided with JSON from services that you can't control in Pattern Lab.
52+
and know that the output will be more safely "To be, or, not to be, null" instead of just throwing an error and crashing the pattern. This is mainly useful for operationalized pattern templates that will be provided with JSON from services that you can't control in Pattern Lab.
5353

5454
Note that `obj` is an Underscore pattern's current data context. See [Dr. Axel Rauschmeyer's article](http://www.2ality.com/2012/06/underscore-templates.html) for more.

0 commit comments

Comments
 (0)