docs: Fix typo in page_requires_pagination.ex (#819)

This commit is contained in:
Robert Graff 2024-01-05 16:15:52 -08:00 committed by GitHub
parent 80d117ed1e
commit b35f30fb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ defmodule Ash.Error.Invalid.PageRequiresPagination do
enabled pagination in your action. For example:
read #{action.name} do
read :#{action.name} do
pagination offset?: true, keyset?: true, required?: false
end
"""