From 5b557d3098edfe98cdadb8c981ace345d82d56f1 Mon Sep 17 00:00:00 2001 From: Razvan Stan Date: Tue, 19 Sep 2023 11:06:27 +0300 Subject: [PATCH] docs: fix steps numbering in Create Entity docs (#5035) Co-authored-by: Shahed Nasser --- www/docs/content/development/entities/migrations/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/content/development/entities/migrations/create.md b/www/docs/content/development/entities/migrations/create.md index 54ba6d1931..a9ddc42f28 100644 --- a/www/docs/content/development/entities/migrations/create.md +++ b/www/docs/content/development/entities/migrations/create.md @@ -127,7 +127,7 @@ npm run build --- -## Step 4: Run Migration +## Step 3: Run Migration The last step is to run the migration with the command detailed earlier