Skip to content

Commit

Permalink
docs: fix spelling/punctuation/terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Sep 30, 2023
1 parent 61cbe79 commit 59b8d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,16 @@ contains your data.
copier copy -d 'user_name=Manuel Calavera' -d 'age=7' -d 'height=1.83' template destination
```

if you'd like to override some of the answers in the file, `--data` flags always take
precedence
If you'd like to override some of the answers in the file, `--data` flags always take
precedence:

```shell
copier copy -d 'user_name=Bilbo Baggins' --data-file input.yml template destination
```

!!! info

command line arguments passed via `--data` will always take precedence over the answers file
Command line arguments passed via `--data` always take precedence over the data file.

### `envops`

Expand Down

0 comments on commit 59b8d6d

Please sign in to comment.