Skip to content

Commit 457c626

Browse files
committed
small typos
Signed-off-by: arhimede <[email protected]>
1 parent 7e0f193 commit 457c626

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/book/v6/installation/test-the-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sending a GET request to the [home page](http://0.0.0.0:8080/) should output the following message:
44

5-
> {"message": "Dotkernel API version 5"}
5+
> {"message": "Dotkernel API version 6.0"}
66
77
## Old way of doing things, using PHP built-in server
88

docs/book/v6/upgrading/UPGRADE-6.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrading from 5.x to 6.0
22

3+
> You can find a complete list in [Changelog](https://github.com/dotkernel/api/blob/6.0/CHANGELOG.md)
4+
5+
6+
37
* Move common logic to Core module [https://github.com/dotkernel/api/pull/358](https://github.com/dotkernel/api/pull/358)
48
* Refactored Handlers [https://github.com/dotkernel/api/pull/385](https://github.com/dotkernel/api/pull/385)
59
* Inject `InputFilters` in handlers [https://github.com/dotkernel/api/pull/389](https://github.com/dotkernel/api/pull/389)
@@ -20,3 +24,4 @@
2024
* Replaced `Twig` with custom templating solution [https://github.com/dotkernel/api/pull/419](https://github.com/dotkernel/api/pull/419)
2125
* Increased `PHPStan` level to 8 [https://github.com/dotkernel/api/pull/421](https://github.com/dotkernel/api/pull/421)
2226
* Split the `/security/token` endpoint into two separate endpoints [https://github.com/dotkernel/api/pull/423](https://github.com/dotkernel/api/pull/423)
27+

0 commit comments

Comments
 (0)