From e431bfd6c28371a4d9f2fd840a654bc8de501fb5 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 17 Jul 2019 08:31:35 +0200 Subject: [PATCH] docs: getting-started: correct style of "macOS" name --- docs/en/get-started-legacy/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/get-started-legacy/index.rst b/docs/en/get-started-legacy/index.rst index fa8791d9af..25292d5d65 100644 --- a/docs/en/get-started-legacy/index.rst +++ b/docs/en/get-started-legacy/index.rst @@ -74,7 +74,7 @@ This is a detailed roadmap to walk you through the installation process. Setting up Development Environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* :ref:`get-started-setup-toolchain-legacy` for :doc:`Windows `, :doc:`Linux ` or :doc:`MacOS ` +* :ref:`get-started-setup-toolchain-legacy` for :doc:`Windows `, :doc:`Linux ` or :doc:`macOS ` * :ref:`get-started-get-esp-idf-legacy` * :ref:`get-started-setup-path-legacy` * :ref:`get-started-get-packages-legacy` @@ -165,7 +165,7 @@ Step 3. Set Environment Variables The toolchain uses the environment variable ``IDF_PATH`` to access the ESP-IDF directory. This variable should be set up on your computer, otherwise projects will not build. -These variables can be set temporarily (per session) or permanently. Please follow the instructions specific to :ref:`Windows ` , :ref:`Linux and MacOS ` in Section :doc:`add-idf_path-to-profile`. +These variables can be set temporarily (per session) or permanently. Please follow the instructions specific to :ref:`Windows ` , :ref:`Linux and macOS ` in Section :doc:`add-idf_path-to-profile`. .. _get-started-get-packages-legacy: @@ -195,7 +195,7 @@ Now you are ready to prepare your application for ESP32. You can start with :exa Copy :example:`get-started/hello_world` to the ``~/esp`` directory: -Linux and MacOS +Linux and macOS ~~~~~~~~~~~~~~~ .. code-block:: bash @@ -246,7 +246,7 @@ Step 7. Configure Navigate to your ``hello_world`` directory from :ref:`get-started-start-project-legacy` and run the project configuration utility ``menuconfig``. -Linux and MacOS +Linux and macOS ~~~~~~~~~~~~~~~ .. code-block:: bash -- 2.40.0