Skip to content

Commit

Permalink
fix a typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 8, 2024
1 parent 0ee15b8 commit 1843890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ auto task = req.post(url);

## Getting the response from our request

If you remember the [Tasks](/tutorials/tasks) tutorial, you probably also remember that Tasks have to listened to using the [Events](/tutorials/events) system. We can create an `EventListener` for our request and use it to get our response.
If you remember the [Tasks](/tutorials/tasks) tutorial, you probably also remember that Tasks have to be listened to using the [Events](/tutorials/events) system. We can create an `EventListener` for our request and use it to get our response.

```cpp
class MyCoolClass {
Expand Down

0 comments on commit 1843890

Please sign in to comment.