Skip to content

Commit 40adc97

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix typos
2 parents c364e0f + 7fcb8f1 commit 40adc97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Webpack Encore
4747

4848
`Webpack Encore`_ is a simpler way to integrate `Webpack`_ into your application.
4949
It *wraps* Webpack, giving you a clean & powerful API for bundling JavaScript modules,
50-
pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional
50+
pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional
5151
asset system that's a *delight* to use.
5252

5353
Encore is inspired by `Webpacker`_ and `Mix`_, but stays in the spirit of Webpack:
@@ -57,7 +57,7 @@ to solve the most common Webpack use cases.
5757
.. tip::
5858

5959
Encore is made by `Symfony`_ and works *beautifully* in Symfony applications.
60-
But it can be used in any PHP application and even with other server side
60+
But it can be used in any PHP application and even with other server-side
6161
programming languages!
6262

6363
.. _encore-toc:
@@ -74,7 +74,7 @@ Getting Started
7474
Adding more Features
7575
....................
7676

77-
* :doc:`CSS Preprocessors: Sass, LESS, etc </frontend/encore/css-preprocessors>`
77+
* :doc:`CSS Preprocessors: Sass, LESS, etc. </frontend/encore/css-preprocessors>`
7878
* :doc:`PostCSS and autoprefixing </frontend/encore/postcss>`
7979
* :doc:`Enabling React.js </frontend/encore/reactjs>`
8080
* :doc:`Enabling Vue.js (vue-loader) </frontend/encore/vuejs>`

0 commit comments

Comments
 (0)