Skip to content

Commit

Permalink
ref: plot -> plots (cmd) typos (#3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Jul 28, 2022
1 parent 870049f commit f157a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/plots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ information on how to prepare your own template from pre-defined ones.

## HTML templates

It's possible to supply an HTML file to `dvc plot show` and `dvc plot diff` by
It's possible to supply an HTML file to `dvc plots show` and `dvc plots diff` by
using the the `--html-template` option. This allows you to customize the
container where DVC will inject plots it generates.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/plots/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ positional arguments:

It might be not convenient for users or automation systems to specify all the
_display properties_ (such as `y-label`, `template`, `title`, etc.) each time
plots are generated with `dvc plot show` or `dvc plot diff`. This command sets
plots are generated with `dvc plots show` or `dvc plots diff`. This command sets
(or unsets) default display properties for a specific metrics file.

The path to the metrics file `target` is required. It must be listed in a
Expand Down

0 comments on commit f157a73

Please sign in to comment.