From 2f9703a850c5bb2d8b8dbce9298aa5087ea7b84a Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:46:40 +0100 Subject: [PATCH] Update --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 313d63ad..6519a168 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -324,7 +324,7 @@ final String htmlString = ''' print(document.selectFirst("td").text); // 1 ``` -See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods. +See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see available methods. ### String utils