@@ -265,7 +265,7 @@ Templates
265265Use Snake Case for Template Names and Variables
266266~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
267267
268- Use lowercased snake_case for template names, directories and variables (e.g.
268+ Use lowercase snake_case for template names, directories and variables (e.g.
269269``user_profile `` instead of ``userProfile `` and ``product/edit_form.html.twig ``
270270instead of ``Product/EditForm.html.twig ``).
271271
@@ -383,7 +383,7 @@ Use Webpack Encore to Process Web Assets
383383~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
384384
385385Web assets are things like CSS, JavaScript and image files that make the
386- frontend of your site look and work great. `Webpack `_ is the leading JavaScript
386+ frontend of your site looks and works great. `Webpack `_ is the leading JavaScript
387387module bundler that compiles, transforms and packages assets for usage in a browser.
388388
389389:doc: `Webpack Encore </frontend >` is a JavaScript library that gets rid of most
@@ -435,7 +435,7 @@ Add this test while creating your application because it requires little effort
435435and checks that none of your pages returns an error. Later, you'll add more
436436specific tests for each page.
437437
438- Hardcode URLs in a Functional Test
438+ Hard-code URLs in a Functional Test
439439~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
440440
441441In Symfony applications, it's recommended to :ref: `generate URLs <routing-generating-urls >`
0 commit comments