Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit aca7f73

Browse files
committed
Double.
1 parent 6fdfd26 commit aca7f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you don't want the data to be escaped, you may use the following syntax:
7474

7575
Hello, {!! $name !!}.
7676

77-
> **Note:** Be very careful when echoing content that is supplied by users of your application. Always use the triple curly brace syntax to escape any HTML entities in the content.
77+
> **Note:** Be very careful when echoing content that is supplied by users of your application. Always use the double curly brace syntax to escape any HTML entities in the content.
7878
7979
#### If Statements
8080

0 commit comments

Comments
 (0)