Fix typo in templates directives example

This commit is contained in:
Alexandre GV 2020-04-01 02:17:23 +02:00 committed by GitHub
parent e6871256c2
commit 8bb7ede382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ directive as there is in Jinja. Here is an example.
{% if yadm.os == "Darwin" %} {% if yadm.os == "Darwin" %}
This block is included for MacOS This block is included for MacOS
{% else %} {% else %}
This block is included for for any other OS This block is included for any other OS
{% endif %} {% endif %}
``` ```