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.

Home Page:https://docs.skrape.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Docs typo for async fetcher library

valbaca opened this issue · comments

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.