From 84bcb62e319addf849dde8a8b3193596ba5f25dd Mon Sep 17 00:00:00 2001 From: "Vlad S." Date: Sun, 12 Jan 2025 12:25:13 +0100 Subject: [PATCH] fix propel:install command --- docs/dg/dev/architecture/tutorial-architectural-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md b/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md index b2b1df00c6..8d71230aa7 100644 --- a/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md +++ b/docs/dg/dev/architecture/tutorial-architectural-walkthrough.md @@ -572,7 +572,7 @@ name="zed" xsi:noNamespaceSchemaLocation="http://static.spryker.com/schema- 4. Run the command: ```bash -console propel:install. +console propel:install ``` 5. The `HelloSpryker` table is in the database.