closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
523 stars 88 forks source link

docs: Fix simple typo, respresentation -> representation #127

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in flask_mongorest/resources.py.

Should read representation rather than respresentation.

wojcikstefan commented 4 years ago

Thanks @timgates42!