Skip to content

Commit 8611299

Browse files
k-msalehiifox
authored andcommitted
Fix typo
1 parent 9478f50 commit 8611299

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ return new class extends Migration
254254
```
255255

256256
This file will create the minimum required tables and columns that Twill uses to provide the CMS functionality. Later in
257-
the guide we may add some more fields to the database, but will will do that in a new migration.
257+
the guide we may add some more fields to the database, but we will do that in a new migration.
258258

259259
Once you are more experienced with Twill, you may want to add fields at this moment, before you run the migrate command.
260260
That way, you do not have to immediately add a new migration file.

0 commit comments

Comments
 (0)