8000 minor #18548 Fix typos (peterhauke) · symfony/symfony-docs@3a88483 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a88483

Browse files
committed
minor #18548 Fix typos (peterhauke)
This PR was merged into the 5.4 branch. Discussion ---------- Fix typos Remove unnecessary hyphen after "pure". "server side" should be hyphenated: "server-side". <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 8b2b0ea Fix typos
2 parents 2e3a2ee + 8b2b0ea commit 3a88483

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1010
it a joy to work with CSS and JavaScript. You can use it, use something else, or
1111
create static CSS and JS files in your ``public/`` directory directly and
1212
include them in your templates.
@@ -18,7 +18,7 @@ Webpack Encore
1818

1919
`Webpack Encore`_ is a simpler way to integrate `Webpack`_ into your application.
2020
It *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
2222
asset system that's a *delight* to use.
2323

2424
Encore 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
4545
Adding 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

Comments
 (0)
0