Skip to content

Commit

Permalink
chore: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Jun 29, 2024
1 parent 7aaea81 commit dd2f8f6
Showing 1 changed file with 1 addition and 1 deletion.
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 dd2f8f6

Please sign in to comment.