Skip to content

Commit

Permalink
fixing parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 3, 2019
1 parent 334384d commit 7bd5608
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions components/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Learn More
:maxdepth: 1

class_loader/class_loader
class_loader/class_map_generator.rst
class_loader/debug_class_loader.rst
class_loader/map_class_loader.rst
class_loader/psr4_class_loader.rst
class_loader/class_map_generator
class_loader/debug_class_loader
class_loader/map_class_loader
class_loader/psr4_class_loader

.. toctree::
:hidden:
Expand Down
6 changes: 3 additions & 3 deletions components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ option. Read more about this and other options in

If the dumped contents are complex, consider using the local search box to
look for specific variables or values. First, click anywhere on the dumped
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local
search box appear. All the common shortcuts to navigate the search results
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
finished, press :kbd:`Esc.` to hide the box again.
are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When
finished, press ``Esc.`` to hide the box again.

Using the VarDumper Component in your PHPUnit Test Suite
--------------------------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Getting Started
.. toctree::
:maxdepth: 1

../setup
../page_creation
../routing
../controller
../templating
../configuration
/setup
/page_creation
/routing
/controller
/templating
/configuration
8 changes: 4 additions & 4 deletions web_link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To do that, first install the WebLink component:
Now, update the template to use the ``preload()`` Twig function provided by
WebLink:

.. code:: twig
.. code-block:: twig
<head>
{# ... #}
Expand All @@ -69,7 +69,7 @@ requested the HTML page.
Additionally, according to `the Priority Hints specification`_, you can signal
the priority of the resource to download using the ``importance`` attribute:

.. code:: twig
.. code-block:: twig
<head>
{# ... #}
Expand Down Expand Up @@ -99,7 +99,7 @@ improve performance of your apps in production right now.
If you want to prevent the push but let the browser preload the resource by
issuing an early separate HTTP request, use the ``nopush`` option:

.. code:: twig
.. code-block:: twig
<head>
{# ... #}
Expand Down Expand Up @@ -132,7 +132,7 @@ The component also supports sending HTTP links not related to performance and
any link implementing the `PSR-13`_ standard. For instance, any
`link defined in the HTML specification`_:

.. code:: twig
.. code-block:: twig
<head>
{# ... #}
Expand Down

0 comments on commit 7bd5608

Please sign in to comment.