Skip to content

Commit

Permalink
corrected documentation for importing quote macro
Browse files Browse the repository at this point in the history
  • Loading branch information
immortalcodes authored and bartaz committed Dec 3, 2024
1 parent 80fddaa commit ac48446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docs/patterns/quote-wrapper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Jinja template.

```jinja
{% raw -%}
{% from "_macros/vf_quote-wrapper.jinja" import vf_quote-wrapper %}
{% from "_macros/vf_quote-wrapper.jinja" import vf_quote_wrapper %}
{%- endraw -%}
```

Expand Down

0 comments on commit ac48446

Please sign in to comment.