Skip to content

Commit 3b151ad

Browse files
authored
Fix grammar in import-db command documentation
Corrected minor grammatical errors in the import-db documentation.
1 parent f820bc5 commit 3b151ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/command-reference/import-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usage: dvc import-db [-h] [-q | -v]
1111
## Description
1212

1313
With `import-db`, you can snapshot your ETL/database to a file to use in your
14-
data pipelines. This commands supports importing your table or a SQL query
14+
data pipelines. This command supports importing your table or a SQL query
1515
results into different file formats. To do so, you have to set connection
1616
strings to connect to a database, which can be setup in config as `db.<name>`.
1717
Check [Database Connections](#database-connections) for more information.

0 commit comments

Comments
 (0)