Skip to content

Commit 73ba4fd

Browse files
marioradu05arhimede
authored andcommitted
API evolution tutorial
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent 682a982 commit 73ba4fd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/book/v5/tutorials/api-evolution.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class HomeHandler implements RequestHandlerInterface
7979

8080
Attaching the `MethodDeprecation` can only be done to HTTP verb methods (`GET`, `POST`, `PUT`, `PATCH` and `DELETE`).
8181

82-
If you followed along you can run the below curl:
82+
If you followed along you can run the below curl:
8383

8484
```shell
8585
curl --head -X GET http://0.0.0.0:8080 -H "Content-Type: application/json"
@@ -108,4 +108,5 @@ Vary: Origin
108108
109109
> Deprecations can only be attached to handler classes that implement `RequestHandlerInterface`.
110110
111-
> The `rel` and `type` arguments are optional, they default to `sunset` and `text/html` if no value was provided and are `Link` related parts.
111+
> The `rel` and `type` arguments are optional, they default to `sunset` and `text/html` if no value was provided and are `Link` related parts.
112+
>

0 commit comments

Comments
 (0)