We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0a414 commit 7c4c368Copy full SHA for 7c4c368
frontend/encore/simple-example.rst
@@ -129,7 +129,7 @@ Great! Use ``require()`` to import ``jquery`` and ``greet.js``:
129
var greet = require('./greet');
130
131
$(document).ready(function() {
132
- $('h1').html(greet());
+ $('h1').html(greet('john'));
133
});
134
135
That's it! When you build your assets, jQuery and ``greet.js`` will automatically
0 commit comments