diff --git a/eve/io/base.py b/eve/io/base.py index 82bf793b4..41e893345 100644 --- a/eve/io/base.py +++ b/eve/io/base.py @@ -134,7 +134,7 @@ def find(self, resource, req, sub_resource_lookup, perform_count=True): to support with your driver. For example ``eve.io.Mongo`` supports both Python and Mongo-like query syntaxes. :param sub_resource_lookup: sub-resource lookup from the endpoint url. - :param perform_count: wether a document count should be performed and + :param perform_count: whether a document count should be performed and returned to the client. .. versionchanged:: 0.3