From 733fae2ca988fc9f4c48b5e26f0c57969545a606 Mon Sep 17 00:00:00 2001 From: Slava <100205424+dv0vd@users.noreply.github.com> Date: Sat, 14 Oct 2023 02:03:32 +0300 Subject: [PATCH] Fixed quickstart-crud.md (en) (#192) --- docs/en/docs/quickstart-crud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/quickstart-crud.md b/docs/en/docs/quickstart-crud.md index c5727ff45..1cd225a48 100644 --- a/docs/en/docs/quickstart-crud.md +++ b/docs/en/docs/quickstart-crud.md @@ -99,7 +99,7 @@ class Post extends Model Now we are ready for the real use of the platform. -[In the previous tutorial](https://orchid.software/en/docs/quickstart) we already created our first screen for sending email messages, but now we need to both display the records and edit them, so we’ll add two new screens for each action, alternately executing the commands: +[In the previous tutorial](https://orchid.software/en/docs/quickstart) we already created our first screen for displaying posts, but now we need to both display the records and edit them, so we’ll add two new screens for each action, alternately executing the commands: ```php php artisan orchid:screen PostEditScreen