fix(doc): fix doc rxjs

This commit is contained in:
thomas
2023-10-17 23:18:54 +02:00
parent ad3824aa79
commit 1a3e40594d

View File

@@ -13,7 +13,7 @@ sidebar:
### How to Use the Application
Our application features a form with a text input box and a "Fetch" button. Upon clicking the "Fetch" button, data is retrieved from a [free API](https://jsonplaceholder.typicode.com/){:target="\_blank"}.
Our application features a form with a text input box and a "Fetch" button. Upon clicking the "Fetch" button, data is retrieved from a [free API](https://jsonplaceholder.typicode.com/).
The correct values for a successful response are limited to: posts, comments, albums, photos, todos, and users. Any other values will result in an error response.