Skip to content

Commit 715bc6f

Browse files
authored
Fix 'tiwll' typo in docs
1 parent 9d53e79 commit 715bc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2_guides/1_page-builder-with-blade/4_creating-the-page-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We can see that `Route::module('pages');` has been added to `routes/twill.php`.
129129

130130
This is automatic, because it is simple enough to do.
131131

132-
The `routes/tiwll.php` file is a Twill specific list of routes. These routes are protected and loaded specifically for
132+
The `routes/twill.php` file is a Twill specific list of routes. These routes are protected and loaded specifically for
133133
the CMS.
134134

135135
In standard Laravel there is no `module` method on a `Route` object, this is something Twill provides and it will build

0 commit comments

Comments
 (0)