Skip to content

Commit 3e1fd7e

Browse files
committed
minor #153 missing single quote (ed-72)
This PR was merged into the main branch. Discussion ---------- missing single quote | Q | A | ---------- | --- | Bug fix? | no | New feature? | no | Tickets | | License | MIT Commits ------- 52e46b3 missing single quote
2 parents 1d9bd96 + 52e46b3 commit 3e1fd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyImage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Then in your template, add your controller to the HTML attribute:
109109
src="{{ data_uri_thumbnail('public/image/large.png', 100, 75) }}"
110110
{{ stimulus_controller({
111111
mylazyimage: {},
112-
'symfony/ux-lazy-image/lazy-image: {}
112+
'symfony/ux-lazy-image/lazy-image': {}
113113
}) }}
114114
data-hd-src="{{ asset('image/large.png') }}"
115115

0 commit comments

Comments
 (0)