Skip to content

Commit 7c4c368

Browse files
committed
Add missing argument to code example
1 parent 2a0a414 commit 7c4c368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Great! Use ``require()`` to import ``jquery`` and ``greet.js``:
129129
var greet = require('./greet');
130130
131131
$(document).ready(function() {
132-
$('h1').html(greet());
132+
$('h1').html(greet('john'));
133133
});
134134
135135
That's it! When you build your assets, jQuery and ``greet.js`` will automatically

0 commit comments

Comments
 (0)