Skip to content

Commit a022c8c

Browse files
committed
Merge pull request #10 from rebmullin/readme-fix
fixing copy
2 parents 3e2b79d + 2c30b44 commit a022c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Twig provides access to two features that may help you extend your patterns, [ma
3535
Pattern includes take advantage of the [pattern partial syntax](http://patternlab.io/docs/pattern-including.html) as a shorthand for referencing patterns from across the system without needing to rely on absolute paths. The format:
3636

3737
```
38-
{% include "[patternType]-[patternName]" }}
38+
{% include "[patternType]-[patternName]" %}
3939
```
4040

4141
For example, let's say we wanted to include the following pattern in a molecule:

0 commit comments

Comments
 (0)