Skip to content

Commit

Permalink
Apply linter to #4819 to merge it (#4821)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo

* fix typos

* fix typo

* fix typo

* chore(style): run linter

---------

Co-authored-by: omahs <[email protected]>
  • Loading branch information
shcheklein and omahs authored Aug 30, 2023
1 parent d8cfca6 commit 65ca33e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ $ cd example-get-started

If you are familiar with the project in our [Get Started](/doc/start) (used in
these examples), you may remember that the chapter where we train a first
version of the model corresponds to the the `baseline-experiment` tag in the
repo. Similarly `bigrams-experiment` points to an improved model (trained using
version of the model corresponds to the `baseline-experiment` tag in the repo.
Similarly `bigrams-experiment` points to an improved model (trained using
bigrams). What if we wanted to have both versions of the model "checked out" at
the same time? `dvc get` provides an easy way to do this:

Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/params/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ paths:
```
To start tracking parameters, list their names under the `params` field of
`dvc.yaml` (manually or with the the `-p`/`--params` option of `dvc stage add`).
For example:
`dvc.yaml` (manually or with the `-p`/`--params` option of `dvc stage add`). For
example:

```yaml
stages:
Expand Down
6 changes: 3 additions & 3 deletions content/docs/command-reference/plots/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ file:///Users/usr/src/dvc_plots/index.html
### Headerless tables

A tabular data file without headers can be plotted with `--no-header` option. A
column can be specified with `-y` by it's numeric position (starting with `0`):
column can be specified with `-y` by its numeric position (starting with `0`):

```cli
$ dvc plots show --no-header logs.csv -y 2
Expand Down Expand Up @@ -411,8 +411,8 @@ $ dvc plots show --show-vega logs.csv -y accuracy
## Custom HTML templates

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.
using the `--html-template` option. This allows you to customize the container
where DVC will inject plots it generates.

> ⚠️ This is a separate feature from
> [custom Vega-Lite templates](/doc/command-reference/plots/templates).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ These actions are also available in the model details page:
<img src="https://static.iterative.ai/img/studio/model-registry-deregister.png" alt="Deprecate model" width="400px"/>
</p>

- Click on the the relevant stage assignment pill in the `Stages` section to
reveal the `Unassign stage` menu item.
- Click on the relevant stage assignment pill in the `Stages` section to reveal
the `Unassign stage` menu item.

<p align="center">
<img src="https://static.iterative.ai/img/studio/model-registry-unassign.png" alt="Deprecate model" width="400px"/>
Expand Down
4 changes: 2 additions & 2 deletions content/docs/user-guide/how-to/resolve-merge-conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ from multiple team members.'

# How to Resolve Merge Conflicts in DVC Metafiles

Sometimes multiple team members work on the the same DVC-tracked data. When the
time comes to combine their changes, merge conflicts can occur in Git-tracked
Sometimes multiple team members work on the same DVC-tracked data. When the time
comes to combine their changes, merge conflicts can occur in Git-tracked
<abbr>DVC files</abbr>, which need to be resolved.

## `dvc.yaml`
Expand Down

0 comments on commit 65ca33e

Please sign in to comment.