fix typo in example human_to_bytes filter (#81559)

pull/75194/head
Dmitry K. Anisimov 10 months ago committed by GitHub
parent aa8a29a9d4
commit 3e9d374fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ EXAMPLES: |
size: '{{ "1.15 GB" | human_to_bytes }}'
# size => 1234803098
size: '{{ "1.15" | human_to_bytes(deafult_unit="G") }}'
size: '{{ "1.15" | human_to_bytes(default_unit="G") }}'
# this is an error, wants bits, got bytes
ERROR: '{{ "1.15 GB" | human_to_bytes(isbits=true) }}'

Loading…
Cancel
Save