diff --git a/docs/3.0.0-alpha.x/guides/filters.md b/docs/3.0.0-alpha.x/guides/filters.md index c4939e9f0f..78608b7598 100644 --- a/docs/3.0.0-alpha.x/guides/filters.md +++ b/docs/3.0.0-alpha.x/guides/filters.md @@ -103,7 +103,7 @@ Limit the result length to 30. `GET /users?_limit=30` -You can require the full data set by passing a limit equal to `-1` +You can require the full data set by passing a limit equal to `0` ### Start