diff --git a/README.md b/README.md index 7441290..326780a 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ All pagination schemes are supported: - [By page index](https://unpaginate.rogdham.net/usecases/#by-page) - [By offset](https://unpaginate.rogdham.net/usecases/#by-offset) - [Using a cursor](https://unpaginate.rogdham.net/usecases/#by-cursor) -- Other schemes through [avdanced mode](https://unpaginate.rogdham.net/usecases/#advanced) +- Other schemes through [advanced mode](https://unpaginate.rogdham.net/usecases/#advanced) diff --git a/docs/src/index.md b/docs/src/index.md index 36dafa9..2397806 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -42,7 +42,7 @@ All pagination schemes are supported: - [By page index](usecases.md#by-page) - [By offset](usecases.md#by-offset) - [Using a cursor](usecases.md#by-cursor) -- Other schemes through [avdanced mode](usecases.md#advanced) +- Other schemes through [advanced mode](usecases.md#advanced) diff --git a/docs/src/stop.md b/docs/src/stop.md index 08f74d6..33b2e65 100644 --- a/docs/src/stop.md +++ b/docs/src/stop.md @@ -70,6 +70,6 @@ For example, to stop when the value on the context stops increasing by one: The `|` and `&` operators will work as expected, assuming that one of the operands is a provided stop condition, e.g. `my_stop | stop_on_page_smaller_than(100)`. - However, combining only custom stop conditions is not posible directly, instead + However, combining only custom stop conditions is not possible directly, instead start with `stop_manual` (because it does nothing): e.g. `stop_manual | my_stop1 | my_stop2`. diff --git a/tox.ini b/tox.ini index 1153e51..d88d0eb 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = [testenv] package = wheel -wheel_build_env = .pkg # reuse same wheel accross envs +wheel_build_env = .pkg # reuse same wheel across envs deps = pytest==8.1.2 pytest-cov==5.0.0