Skip to content

Commit ff1b54d

Browse files
authored
docs: fix typo in edx-platform tutorial (overhangio#1205)
1 parent cd96a9f commit ff1b54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/edx-platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Working on the "edx-platform" repository
1616

1717
Download the code from the upstream repository::
1818

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

2222
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::
@@ -31,7 +31,7 @@ On the other hand, if you are using :ref:`Tutor Main <main>`, then you should ch
3131

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

34-
tutor mounts add /my/workspace/edx-plaform
34+
tutor mounts add /my/workspace/edx-platform
3535

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

0 commit comments

Comments
 (0)