Skip to content

Commit d6a3abf

Browse files
committed
minor #8233 Added missing "," in encore/legacy-apps doc (MUCHZER)
This PR was merged into the 3.3 branch. Discussion ---------- Added missing "," in encore/legacy-apps doc Commits ------- 889ed14 Added missing "," in encore/legacy-apps doc
2 parents f218dcd + 889ed14 commit d6a3abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/legacy-apps.rst

Lines changed: 1 addition & 1 deletion
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)