Skip to content
Snippets Groups Projects
Commit 7d4bcfdb authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

Fixes typos

parent 223b9084
No related branches found
No related tags found
3 merge requests!111Populate /secure/my-sharegroups/ with the same groups that are available to a...,!109Populate /secure/my-sharegroups/ with the same groups that are available to a...,!108Resolve "Datafile annotation return as json in graphql output instead of jsonstring"
......@@ -23,7 +23,7 @@ class PrivateGraphQLView(TokenLoginMixin, GraphQLView):
class IRICDataJSONString(JSONString):
"""
Overrides JSONString avoid the strinigification of the JSON object on serialize().
Overrides JSONString to avoid the stringification of the JSON object on serialize().
"""
@staticmethod
def serialize(dt):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment