Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/console/helpers/processhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion contributing/core_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion introduction/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 &quot;Can I see today's comic?&quot; 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 &quot;Can I see today's comic?&quot; 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
Expand Down