Skip to content

Commit 1bd33ca

Browse files
committed
"web debug toolbar" instead of "Web Debug Toolbar"
1 parent b2d802e commit 1bd33ca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: book/internals.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The FrameworkBundle registers several listeners:
351351
Collects data for the current request.
352352

353353
:class:`Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener`
354-
Injects the Web Debug Toolbar.
354+
Injects the web debug toolbar.
355355

356356
:class:`Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener`
357357
Fixes the Response ``Content-Type`` based on the request format.
@@ -455,7 +455,7 @@ enhance performance; use it in the production environment to explore problems
455455
after the fact.
456456

457457
You rarely have to deal with the profiler directly as Symfony provides
458-
visualizer tools like the Web Debug Toolbar and the Web Profiler. If you use
458+
visualizer tools like the web debug toolbar and the web profiler. If you use
459459
the Symfony Standard Edition, the profiler, the web debug toolbar, and the
460460
web profiler are all already configured with sensible settings.
461461

@@ -481,7 +481,7 @@ bottom of all pages. It displays a good summary of the profiling data that
481481
gives you instant access to a lot of useful information when something does
482482
not work as expected.
483483

484-
If the summary provided by the Web Debug Toolbar is not enough, click on the
484+
If the summary provided by the web debug toolbar is not enough, click on the
485485
token link (a string made of 13 random characters) to access the Web Profiler.
486486

487487
.. note::

Diff for: cookbook/email/dev_environment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Viewing from the Web Debug Toolbar
186186
----------------------------------
187187

188188
You can view any email sent during a single response when you are in the
189-
``dev`` environment using the Web Debug Toolbar. The email icon in the toolbar
189+
``dev`` environment using the web debug toolbar. The email icon in the toolbar
190190
will show how many emails were sent. If you click it, a report will open
191191
showing the details of the sent emails.
192192

Diff for: quick_tour/the_big_picture.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Working with Environments
269269

270270
Now that you have a better understanding of how Symfony works, take a closer
271271
look at the bottom of any Symfony rendered page. You should notice a small
272-
bar with the Symfony logo. This is the "Web Debug Toolbar" and it is a Symfony
272+
bar with the Symfony logo. This is the "web debug toolbar" and it is a Symfony
273273
developer's best friend!
274274

275275
.. image:: /images/quick_tour/web_debug_toolbar.png
@@ -310,8 +310,8 @@ URL, you can visit ``http://localhost:8000/app_dev.php`` URL.
310310
The main difference between environments is that ``dev`` is optimized to
311311
provide lots of information to the developer, which means worse application
312312
performance. Meanwhile, ``prod`` is optimized to get the best performance,
313-
which means that debug information is disabled, as well as the Web Debug
314-
Toolbar.
313+
which means that debug information is disabled, as well as the web debug
314+
toolbar.
315315

316316
The other difference between environments is the configuration options used
317317
to execute the application. When you access the ``dev`` environment, Symfony

0 commit comments

Comments
 (0)