Skip to content

Commit 889ed14

Browse files
authored
Added missing "," in encore/legacy-apps doc
1 parent f218dcd commit 889ed14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/legacy-apps.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ method from Encore. In practice, it's equivalent to doing:
5252
// such as '_' for the 'underscore' library
5353
.autoProvideVariables({
5454
$: 'jquery',
55-
jQuery: 'jquery'
55+
jQuery: 'jquery',
5656
'window.jQuery': 'jquery',
5757
})
5858
// ...

0 commit comments

Comments
 (0)