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

Commit 88568ba

Browse files
authored
fix doc typo
1 parent 85e2f60 commit 88568ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v3/features/template/plates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $plates = new PlatesEngine();
4242

4343
// Configure it:
4444
$plates->addFolder('error', 'templates/error/');
45-
$plates->loadExtension(new CustomExtension();
45+
$plates->loadExtension(new CustomExtension());
4646

4747
// Inject:
4848
$renderer = new PlatesRenderer($plates);

0 commit comments

Comments
 (0)