From a4dc415740d84044799a489523a444f69ad934c1 Mon Sep 17 00:00:00 2001 From: Matthew Yarmolinsky Date: Mon, 30 Sep 2024 08:26:21 -0400 Subject: [PATCH] Fix small typo in configuring_your_cli.md --- docs/configuring_your_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring_your_cli.md b/docs/configuring_your_cli.md index bcd9ae92..9682d4a1 100644 --- a/docs/configuring_your_cli.md +++ b/docs/configuring_your_cli.md @@ -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 {