Skip to content

Commit

Permalink
chore: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Aug 11, 2024
1 parent 1975b12 commit 30fdc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/edx-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You should then re-build the "openedx" Docker image to pick up your changes::

tutor images build openedx-dev

Then, whenever you run ``tutor dev start``, the "lms" and "cms" container should automatically hot-reload your changes.
Then, whenever you run ``tutor dev start``, the "lms" and "cms" containers should automatically hot-reload your changes.

To push your changes in production, you should do the same with ``tutor local`` and the "openedx" image::

Expand Down
2 changes: 1 addition & 1 deletion tutor/commands/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def plugins_command() -> None:

@click.command(
short_help="Print the location of file-based plugins",
help=f"""Print the location of yaml-based plugins: nboth python v1 and yaml v0 plugins. This location can be manually
help=f"""Print the location of yaml-based plugins: both python v1 and yaml v0 plugins. This location can be manually
defined by setting the {PLUGINS_ROOT_ENV_VAR_NAME} environment variable""",
)
def printroot() -> None:
Expand Down

0 comments on commit 30fdc4a

Please sign in to comment.