Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusthvdb authored Feb 2, 2021
1 parent cda3d8c commit 12714d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In order for a template to return "nothing", return `null` from your template. N
as template literal format always returns a string.


If you diont need the 2 above, don't use custom-ui. Since you came here looking for examples, I take it you do, so read on ;-)
If you dont need the 2 above, don't use custom-ui. Since you came here looking for examples, I take it you do, so read on ;-)

**Note that all JavaScript templates are evaluated in your browser, unlike Jinja2 templates, which are evaluated server-side and use a different syntax.**

Expand Down

0 comments on commit 12714d7

Please sign in to comment.