From 0718b789bc2d31c2bf3935bdad49ca0a0e02f8ba Mon Sep 17 00:00:00 2001 From: Luca <60435440+luca-guerini@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:14:43 -0400 Subject: [PATCH] Update README.md spelling/grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88e57a..a8f22e5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ site_info2 = webservice.get_site_info() assert site_info == site_info2 ``` -❗️ If the function area does not have a type in the [support table](#moodle-web-service-support), the return value is in accordance with the [Moodle web service documentation](https://sandbox.moodledemo.net/admin/webservice/documentation.php), wich mostly dict. +❗️ If the function area does not have a type in the [support table](#moodle-web-service-support), the return value is in accordance with the [Moodle web service documentation](https://sandbox.moodledemo.net/admin/webservice/documentation.php), which is mostly dict. In the future all of [Web service functions](https://docs.moodle.org/dev/Web_service_API_functions) will be covered by moodlepy.