Skip to content

Commit

Permalink
Fix typo: gratesettings => grate_settings (#511)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Stewart <[email protected]>
  • Loading branch information
salticus and rstewartatxpd authored May 7, 2024
1 parent a5d3212 commit 14e4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ConfigurationOptions/ResponseFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For example, if you created a `grate_settings.rsp` file with the following conte
--ut=my_token=myvalue
```

and ran it via `grate @./gratesettings.rsp` it would be the equivalent to the following command:
and ran it via `grate @./grate_settings.rsp` it would be the equivalent to the following command:
``` bash
grate -cs SomeConnectionString -f ./db --env DEV --drop --version 1.0 --ut=my_token=myvalue
```
Expand Down

0 comments on commit 14e4ea4

Please sign in to comment.