diff --git a/docs/disable_with_comments.rst b/docs/disable_with_comments.rst index 3c63b9b3..976b184a 100644 --- a/docs/disable_with_comments.rst +++ b/docs/disable_with_comments.rst @@ -119,7 +119,7 @@ invalid tokens ``{%`` and ``%}``: .. code-block:: - # This file IS NOT valid YAML and will procuce syntax errors + # This file IS NOT valid YAML and will produce syntax errors {% if extra_info %} key1: value1 {% endif %} diff --git a/tests/rules/test_indentation.py b/tests/rules/test_indentation.py index 4dcb1a1a..1c6eddb0 100644 --- a/tests/rules/test_indentation.py +++ b/tests/rules/test_indentation.py @@ -1373,7 +1373,7 @@ def test_nested_collections(self): def test_nested_collections_with_spaces_consistent(self): """Tests behavior of {spaces: consistent} in nested collections to ensure wrong-indentation is properly caught--especially when the - expected indent value is initially unkown. For details, see + expected indent value is initially unknown. For details, see https://github.com/adrienverge/yamllint/issues/485. """ conf = ('indentation: {spaces: consistent,\n'