diff --git a/azure/cosmos/cosmos_client.py b/azure/cosmos/cosmos_client.py index c52a08b..4e68ee7 100644 --- a/azure/cosmos/cosmos_client.py +++ b/azure/cosmos/cosmos_client.py @@ -930,7 +930,7 @@ def _QueryChangeFeed(self, collection_link, resource_type, options=None, partiti resource_key_map = {'Documents' : 'docs'} - # For now, change feed only supports Documents and Partition Key Range resouce type + # For now, change feed only supports Documents and Partition Key Range resource type if resource_type not in resource_key_map: raise NotImplementedError(resource_type + " change feed query is not supported.")