Skip to content

Commit

Permalink
Fix typo in data-registries.md (#3378)
Browse files Browse the repository at this point in the history
I assume in this example it should say `songs` instead of `images`
  • Loading branch information
Alex Kim authored Mar 23, 2022
1 parent 38cd0e3 commit d76e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/use-cases/data-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Datasets evolve, and DVC is prepared to handle it. Just change the data in the
registry, and apply the updates by running `dvc add` again:

```dvc
$ cp 1000/more/images/* music/songs/
$ cp 1000/more/songs/* music/songs/
$ dvc add music/songs/
```

Expand Down

0 comments on commit d76e5c9

Please sign in to comment.