Skip to content

Commit

Permalink
Merge pull request #257 from myarmolinsky/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in configuring_your_cli.md
  • Loading branch information
mdonnalley authored Sep 30, 2024
2 parents 039e997 + a4dc415 commit dbb9bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuring_your_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: All about configuring oclif

You can configure the behavior of oclif inside your CLI or plugin's package.json or using an rc file.

In you use the `package.json`, all of the configuration options should be placed under the `oclif` section. For example:
If you use the `package.json`, all of the configuration options should be placed under the `oclif` section. For example:

```json
{
Expand Down

0 comments on commit dbb9bba

Please sign in to comment.