Skip to content

Commit 1d540ce

Browse files
committed
API evolution tutorial
1 parent 0a526c3 commit 1d540ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Evolution pattern
22

3-
API evolution: Updating an API while keeping it compatible for existing consumers by adding new features, fixing bugs,
3+
API evolution: Updating an API while keeping it compatible for existing consumers by adding new features, fixing bugs,
44
planning and removing outdated features.
55

66
## How it works
@@ -34,7 +34,7 @@ class HomeHandler implements RequestHandlerInterface
3434
...
3535
```
3636

37-
In the example above, the ``ResourceDeprecation`` attribute is attached to the class, marking the entire `/` (home)
37+
In the example above, the ``ResourceDeprecation`` attribute is attached to the class, marking the entire `/` (home)
3838
endpoint as deprecated starting from `2038-01-01`.
3939

4040
Running the following curl will print out the response headers where we can see the **Sunset** and **Link** headers.

0 commit comments

Comments
 (0)