mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Merge branch '6.4' into 7.3
* 6.4: Fix three obvious typos (no style changes)
This commit is contained in:
@@ -29,7 +29,7 @@ It will result in more detailed output with debug verbosity (e.g. ``-vvv``):
|
||||
In case the process fails, debugging is easier:
|
||||
|
||||
.. image:: /_images/components/console/process-helper-error-debug.png
|
||||
:alt: The last line shows "RES 127 Command dit not run successfully", and the output lines show more the error information from the command.
|
||||
:alt: The last line shows "RES 127 Command did not run successfully", and the output lines show more the error information from the command.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
@@ -291,7 +291,7 @@ The process follows these steps:
|
||||
|
||||
.. code-block:: terminal
|
||||
|
||||
# 'origin' is refered to as the main upstream project
|
||||
# 'origin' is referred to as the main upstream project
|
||||
$ git fetch origin
|
||||
|
||||
# update the local branches
|
||||
|
||||
@@ -20,7 +20,7 @@ to communicate with each other. For example, when checking for the latest
|
||||
.. raw:: html
|
||||
|
||||
<object data="../_images/http/xkcd-full.svg" type="image/svg+xml"
|
||||
alt="A sequence diagram showing the browser sending "Can I see today's comic?" to the xkcd server. The server prepares the page's HTML and sents it back to the browser."
|
||||
alt="A sequence diagram showing the browser sending "Can I see today's comic?" to the xkcd server. The server prepares the page's HTML and sends it back to the browser."
|
||||
></object>
|
||||
|
||||
HTTP is the term used to describe this text-based language. The goal of
|
||||
|
||||
Reference in New Issue
Block a user