@@ -265,7 +265,7 @@ Templates
265
265
Use Snake Case for Template Names and Variables
266
266
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
267
267
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.
269
269
``user_profile `` instead of ``userProfile `` and ``product/edit_form.html.twig ``
270
270
instead of ``Product/EditForm.html.twig ``).
271
271
@@ -383,7 +383,7 @@ Use Webpack Encore to Process Web Assets
383
383
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
384
384
385
385
Web 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
387
387
module bundler that compiles, transforms and packages assets for usage in a browser.
388
388
389
389
: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
435
435
and checks that none of your pages returns an error. Later, you'll add more
436
436
specific tests for each page.
437
437
438
- Hardcode URLs in a Functional Test
438
+ Hard-code URLs in a Functional Test
439
439
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
440
440
441
441
In Symfony applications, it's recommended to :ref: `generate URLs <routing-generating-urls >`
0 commit comments