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