File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ is the main config file for both Webpack and Webpack Encore:
99
99
module .exports = Encore .getWebpackConfig ();
100
100
101
101
Next, create a new ``assets/js/app.js `` file with some basic JavaScript *and *
102
- import some JavaScript :
102
+ import some CSS :
103
103
104
104
.. code-block :: javascript
105
105
Original file line number Diff line number Diff line change @@ -275,8 +275,7 @@ order:
275
275
* ``workflow.[workflow name].enter.[place name] ``
276
276
277
277
``workflow.entered ``
278
- The subject has entered in the places and the marking is updated (making it a good
279
- place to flush data in Doctrine).
278
+ The subject has entered in the places and the marking is updated.
280
279
281
280
The three events being dispatched are:
282
281
You can’t perform that action at this time.
0 commit comments