Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/book/template/twig.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Using Twig

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

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

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

## Installing Twig
Expand Down