Skip to content

Commit 9c0db1d

Browse files
jofssbarnea
andauthored
Fix spelling in jinja.md (#3971)
Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent 974c54d commit 9c0db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblelint/rules/jinja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version can report:
1212

1313
As jinja2 syntax is closely following Python one we aim to follow
1414
[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
15+
curious how black would reformat a small snippet feel free to visit
1616
[online black formatter](https://black.vercel.app/) site. Keep in mind to not
1717
include the entire jinja2 template, so instead of `{{ 1+2==3 }}`, do paste
1818
only `1+2==3`.

0 commit comments

Comments
 (0)