diff --git a/docs/configuration.rst b/docs/configuration.rst index 8e323b0..e4b204d 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -3,9 +3,9 @@ Configuration ============= -You have access to 3 configration keys: +You have access to 3 configuration keys: -* PAGE_SIZE: the default page size (default is 30) -* MAX_PAGE_SIZE: the maximum page size. If you speficy a page size greater than this value you will receive 400 Bad Request response. +* PAGE_SIZE: the number of items in a page (default is 30) +* MAX_PAGE_SIZE: the maximum page size. If you specify a page size greater than this value you will receive 400 Bad Request response. * MAX_INCLUDE_DEPTH: the maximum length of an include through schema relationships * ALLOW_DISABLE_PAGINATION: if you want to disallow to disable pagination you can set this configuration key to False