Skip to content

Commit

Permalink
Merge branch '3.x' into vue3-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
zeezo887 committed Apr 26, 2024
2 parents 3a681a4 + 8611299 commit f234cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ return new class extends Migration
```

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

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

0 comments on commit f234cb9

Please sign in to comment.