diff --git a/app/dashboard/utils.py b/app/dashboard/utils.py index 5a8a65cd83e..a31024132f7 100644 --- a/app/dashboard/utils.py +++ b/app/dashboard/utils.py @@ -335,7 +335,7 @@ def get_graphql_client(uri): """Get a graphQL client attached to the given uri Returns: - GraphQLClient: an established GraphQLClient assoicated with the given uri + GraphQLClient: an established GraphQLClient associated with the given uri """ # memoize