Skip to content

Commit

Permalink
Copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytlwu committed May 30, 2024
1 parent ee9fe6e commit f760497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API/helpers/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Fliplet.Helper({
<ul>
<li>Use <code>[ ]</code> to wrap around keys that include a space, e.g. <code>[First name]</code></li>
<li><code>""</code> within <code>[ ]</code> is supported but optional in some cases, e.g. <code>[First name]</code> and <code>["First name"]</code> are both supported</li>
<li><code>.</code> before <code>[ ]</code> is supported but optional, <code>data[First name]</code> and <code>data.[First name]</code> are both supported</li>
<li>When referencing nested properties, <code>.</code> before <code>[ ]</code> is supported but optional, <code>data[First name]</code> and <code>data.[First name]</code> are both supported</li>
<li>
If the key includes <code>[ ]</code> characters, use <code>""</code> within <code>[ ]</code> are required, e.g. <code>["Location [accuracy]"]</code>
</li>
Expand Down

0 comments on commit f760497

Please sign in to comment.