diff --git a/tests/test_creation.py b/tests/test_creation.py index 75ecfcf26..0840153c4 100644 --- a/tests/test_creation.py +++ b/tests/test_creation.py @@ -6,7 +6,7 @@ def no_curlies(filepath): """ Utility to make sure no curly braces appear in a file. - That is, was jinja able to render everthing? + That is, was Jinja able to render everything? """ with open(filepath, 'r') as f: data = f.read()