Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 26345b9

Browse files
committed
Merge pull request #90 from harikt/fix-twig
Fix the name Twig and not Plates
2 parents 97de5a9 + a06d8d3 commit 26345b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/template/twig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Using Twig
22

3-
[Twig](http://twig.sensiolabs.org/) is a template langauge and engine provided
3+
[Twig](http://twig.sensiolabs.org/) is a template language and engine provided
44
as a standalone component by SensioLabs. It provides:
55

66
- Layout facilities.
77
- Template inheritance.
88
- Helpers for escaping, and the ability to provide custom helper extensions.
99

10-
We provide a [TemplateInterface](interface.md) wrapper for Plates via
10+
We provide a [TemplateInterface](interface.md) wrapper for Twig via
1111
`Zend\Expressive\Template\Twig`.
1212

1313
## Installing Twig

0 commit comments

Comments
 (0)