@@ -6,7 +6,7 @@ Managing CSS and JavaScript
66
77 Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
88
9- Symfony ships with a pure- JavaScript library - called Webpack Encore - that makes
9+ Symfony ships with a pure JavaScript library - called Webpack Encore - that makes
1010it a joy to work with CSS and JavaScript. You can use it, use something else, or
1111create static CSS and JS files in your ``public/ `` directory directly and
1212include them in your templates.
@@ -18,7 +18,7 @@ Webpack Encore
1818
1919`Webpack Encore `_ is a simpler way to integrate `Webpack `_ into your application.
2020It *wraps * Webpack, giving you a clean & powerful API for bundling JavaScript modules,
21- pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional
21+ pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional
2222asset system that's a *delight * to use.
2323
2424Encore is inspired by `Webpacker `_ and `Mix `_, but stays in the spirit of Webpack:
@@ -28,7 +28,7 @@ to solve the most common Webpack use cases.
2828.. tip ::
2929
3030 Encore is made by `Symfony `_ and works *beautifully * in Symfony applications.
31- But it can be used in any PHP application and even with other server side
31+ But it can be used in any PHP application and even with other server- side
3232 programming languages!
3333
3434.. _encore-toc :
@@ -45,7 +45,7 @@ Getting Started
4545Adding more Features
4646....................
4747
48- * :doc: `CSS Preprocessors: Sass, LESS, etc </frontend/encore/css-preprocessors >`
48+ * :doc: `CSS Preprocessors: Sass, LESS, etc. </frontend/encore/css-preprocessors >`
4949* :doc: `PostCSS and autoprefixing </frontend/encore/postcss >`
5050* :doc: `Enabling React.js </frontend/encore/reactjs >`
5151* :doc: `Enabling Vue.js (vue-loader) </frontend/encore/vuejs >`
0 commit comments