From 955fed8d94f36d808c61deed269c03691192e52d Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:07:52 +0300 Subject: [PATCH] fix a typo --- tutorials/fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/fetch.md b/tutorials/fetch.md index 47c0009..60ce791 100644 --- a/tutorials/fetch.md +++ b/tutorials/fetch.md @@ -101,7 +101,7 @@ res->json(); ## The old web APIs -The old web APIs were deprecated as of **v3.0.0-alpha.1**, you can still find them on older versions of Geode. They contains functions resembling a familiar web API: **fetch**. Geode has two types of web requests: **synchronous** and **asynchronous**. +The old web APIs were deprecated as of **v3.0.0-alpha.1**, you can still find them on older versions of Geode. They contain functions resembling a familiar web API: **fetch**. Geode has two types of web requests: **synchronous** and **asynchronous**. ## Synchronous requests