Skip to content

Commit 4e74b25

Browse files
alisolphpjaviereguiluz
authored andcommitted
Fix three obvious typos (no style changes)
1 parent c4a2cf9 commit 4e74b25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/console/helpers/processhelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It will result in more detailed output with debug verbosity (e.g. ``-vvv``):
2929
In case the process fails, debugging is easier:
3030

3131
.. image:: /_images/components/console/process-helper-error-debug.png
32-
:alt: The last line shows "RES 127 Command dit not run successfully", and the output lines show more the error information from the command.
32+
:alt: The last line shows "RES 127 Command did not run successfully", and the output lines show more the error information from the command.
3333

3434
.. note::
3535

contributing/core_team.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The process follows these steps:
291291

292292
.. code-block:: terminal
293293
294-
# 'origin' is refered to as the main upstream project
294+
# 'origin' is referred to as the main upstream project
295295
$ git fetch origin
296296
297297
# update the local branches

introduction/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to communicate with each other. For example, when checking for the latest
2020
.. raw:: html
2121

2222
<object data="../_images/http/xkcd-full.svg" type="image/svg+xml"
23-
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."
23+
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."
2424
></object>
2525

2626
HTTP is the term used to describe this text-based language. The goal of

0 commit comments

Comments
 (0)