Skip to content

Commit ee0e583

Browse files
authored
fix: typo on docs/index.md (#283)
1 parent f5173d7 commit ee0e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To use the CLI in GitHub Actions, you can install it via our [GitHub Action](htt
7070

7171
## Configuration
7272

73-
We recommend creating a `postgrestools.jsonc` configuration file for each project. This eliminates repetitive CLI options and ensures that consitent configuration in your editor. Some options are only available from a configuration file. This step is optional: if you are happy with the defaults, you don’t need a configuration file. To create the `postgrestools.jsonc` file, run the `init` command in the root folder of your project:
73+
We recommend creating a `postgrestools.jsonc` configuration file for each project. This eliminates repetitive CLI options and ensures that consistent configuration in your editor. Some options are only available from a configuration file. This step is optional: if you are happy with the defaults, you don’t need a configuration file. To create the `postgrestools.jsonc` file, run the `init` command in the root folder of your project:
7474

7575
```sh
7676
postgrestools init

0 commit comments

Comments
 (0)