skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
789 stars 57 forks source link

[BUG] Docs typo for async fetcher library #222

Open valbaca opened 1 year ago

valbaca commented 1 year ago

Describe the bug

I'm not sure where the docs source is, but there's a typo in the https://docs.skrape.it/docs/http-client/fetchers/asyncfetcher

"it.skrape:skrapeit-asyn-fetcher:1.1.5"

should be

"it.skrape:skrapeit-async-fetcher:1.1.5"

It's missing the c in async

Code Sample If applicable, add a small sample code that illustrates the error.

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.