Skip to content

Commit 0a4d93d

Browse files
committed
Docs chapter 2
Signed-off-by: Howriq <[email protected]>
1 parent f696a8e commit 0a4d93d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/v1/chapter-2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ We have specified which Repository will handle queries for this Entity.
336336
This allows us to write custom database logic for it.
337337

338338
Same as for the Entities, we need to create a base and our future Repositories.
339-
Because of that we will create two new directories: `src/App/src/Repository` and `src/Book/src/Repository`.
339+
Because of that, we will create two new directories: `src/App/src/Repository` and `src/Book/src/Repository`.
340340

341341
Two repositories shall be created:
342342

@@ -530,6 +530,7 @@ php bin/doctrine-migrations.php migrations:migrate
530530
```
531531

532532
The output should be similar to this:
533+
533534
```terminaloutput
534535
[OK] Successfully migrated to version: Migrations\Version2025112718363
535536
```

0 commit comments

Comments
 (0)