Skip to content

Commit b3db6e4

Browse files
committed
grammar
Signed-off-by: Howriq <[email protected]>
1 parent 04dd4cf commit b3db6e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/book/v1/chapter-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It understands entity metadata, repositories, and common Doctrine patterns, help
4141

4242
## Setting Up Doctrine
4343

44-
After successfully installing our dependencies we now need to configure our Doctrine instance.
44+
After successfully installing our dependencies, we now need to configure our Doctrine instance.
4545

4646
### Declare your database
4747

@@ -86,7 +86,7 @@ Our new `src/App/src/ConfigProvider.php` class would look like this now:
8686

8787
![config-provider-1](images/config-provider-1.png)
8888

89-
![config-provider-1](images/config-provider-2.png)
89+
![config-provider-2](images/config-provider-2.png)
9090

9191
```php
9292
public function __invoke(): array

docs/book/v1/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ For the upcoming tutorial steps we assume that you already have installed the fo
44

55
- A UNIX-based development environment.
66
If not, we recommend [AlmaLinux](https://almalinux.org/) in a WSL2 container.
7-
You can check our [guide](https://docs.dotkernel.org/development/v2/setup/installation/) for setting up you container.
8-
- A recent IDE, for example [PhpStorm](https://www.jetbrains.com/phpstorm/) or [VSCode](https://code.visualstudio.com/)
7+
You can check our [guide](https://docs.dotkernel.org/development/v2/setup/installation/) for setting up your container.
8+
- A recent IDE, for example, [PhpStorm](https://www.jetbrains.com/phpstorm/) or [VSCode](https://code.visualstudio.com/)
99
- A fresh installation of [Dotkernel Light](https://github.com/dotkernel/light)
1010
- Default UTF-8 encoding for files and LF type line separator
1111

0 commit comments

Comments
 (0)