Skip to content

Commit

Permalink
docs: fix grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Nov 13, 2024
1 parent 0a48c39 commit 6f2a518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Finally, the platform can also be started back up with ``launch``. It will take
Debugging with breakpoints
--------------------------

To debug a local edx-platform repository, add a `python breakpoint <https://docs.python.org/3/library/functions.html#breakpoint>`__ with ``breakpoint()`` anywhere in the code. Then, start the container by running ``start -d`` followed by the service's name and then attach to the container by running ``attach`` followed by the service's name::
To debug a local edx-platform repository, add a `python breakpoint <https://docs.python.org/3/library/functions.html#breakpoint>`__ with ``breakpoint()`` anywhere in the code. Then, start the container in detached mode by running ``start -d`` followed by the service's name and then attach to the container by running ``attach`` followed by the service's name::

# Debugging LMS:
tutor dev start -d lms
Expand Down

0 comments on commit 6f2a518

Please sign in to comment.