Skip to content

Commit

Permalink
docs: fix typo in edx-platform tutorial (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrandes authored Mar 6, 2025
1 parent cd96a9f commit ff1b54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/edx-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Working on the "edx-platform" repository

Download the code from the upstream repository::

cd /my/workspace/edx-plaform
cd /my/workspace/edx-platform
git clone https://github.com/openedx/edx-platform .

Check out the right version of the upstream repository. If you are working on the `current "zebulon" release <https://docs.openedx.org/en/latest/community/release_notes/index.html>`__ of Open edX, then you should checkout the corresponding branch::
Expand All @@ -31,7 +31,7 @@ On the other hand, if you are using :ref:`Tutor Main <main>`, then you should ch

Then, mount the edx-platform repository with Tutor::

tutor mounts add /my/workspace/edx-plaform
tutor mounts add /my/workspace/edx-platform

This command does a few "magical" things 🧙 behind the scenes:

Expand Down

0 comments on commit ff1b54d

Please sign in to comment.