From 4e74b250f5a2347e0c9f3b0650afe1c24b1fb8e7 Mon Sep 17 00:00:00 2001 From: Ali Sol Date: Mon, 20 Oct 2025 15:00:24 +0330 Subject: [PATCH] Fix three obvious typos (no style changes) --- components/console/helpers/processhelper.rst | 2 +- contributing/core_team.rst | 2 +- introduction/http_fundamentals.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/console/helpers/processhelper.rst b/components/console/helpers/processhelper.rst index b46d9f2e95f..56406991b7a 100644 --- a/components/console/helpers/processhelper.rst +++ b/components/console/helpers/processhelper.rst @@ -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:: diff --git a/contributing/core_team.rst b/contributing/core_team.rst index 932cc390d60..208e68f4c6b 100644 --- a/contributing/core_team.rst +++ b/contributing/core_team.rst @@ -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 diff --git a/introduction/http_fundamentals.rst b/introduction/http_fundamentals.rst index d9f308433d0..d2cd4d6a2a8 100644 --- a/introduction/http_fundamentals.rst +++ b/introduction/http_fundamentals.rst @@ -20,7 +20,7 @@ to communicate with each other. For example, when checking for the latest .. raw:: html HTTP is the term used to describe this text-based language. The goal of