Skip to content

Commit d3cd431

Browse files
committed
Fix typo
1 parent f1aa771 commit d3cd431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Accessible forms in Laravel and Symfony.
1010
Add any notes here on problems to solve:
1111

1212
- What helpers do we need to make form generation easier?
13+
- Page title Twig filter needs updating to detect number of form validation issues
1314
- Twig in Barryvdh\Form appears to be installed separately to TwigBridge - is this an issue? Twig extension appears to be available for both.
1415
- Can we automate adding the template paths, currently copy config/form.php across
1516

@@ -54,7 +55,7 @@ return [
5455
];
5556
```
5657

57-
To enable TwigExtension in your normal Twig templates (not form twig templates at present) edit `config/twibridge.php`
58+
To enable TwigExtension in your normal Twig templates (not form twig templates at present) edit `config/twigbridge.php`
5859

5960
```php
6061
return [

0 commit comments

Comments
 (0)