We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974c54d commit 9c0db1dCopy full SHA for 9c0db1d
src/ansiblelint/rules/jinja.md
@@ -12,7 +12,7 @@ version can report:
12
13
As jinja2 syntax is closely following Python one we aim to follow
14
[black](https://black.readthedocs.io/en/stable/) formatting rules. If you are
15
-curious how black would reformat a small sniped feel free to visit
+curious how black would reformat a small snippet feel free to visit
16
[online black formatter](https://black.vercel.app/) site. Keep in mind to not
17
include the entire jinja2 template, so instead of `{{ 1+2==3 }}`, do paste
18
only `1+2==3`.
0 commit comments