Skip to content

Commit c33c49f

Browse files
authored
Update blade.md
1 parent 78d8631 commit c33c49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ However, instead of manually calling `json_encode`, you may use the `@json` Blad
195195
var app = @json($array);
196196
</script>
197197

198-
You may also find it useful for seeding Vue components or `data-*` attributes:
198+
The `@json` directive is also useful for seeding Vue components or `data-*` attributes:
199199

200200
<example-component :some-prop='@json($array)'></example-component>
201201

0 commit comments

Comments
 (0)