Skip to content

Commit 61e3861

Browse files
stae1102jmcdo29
authored andcommitted
docs(plugins): correct typos
There were some typos, when I read features/plugin docs.
1 parent 7f54ff8 commit 61e3861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/src/pages/en/features/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The config file, by default, can be _one_ of the following:
1515
- `.nest-commanderrc`
1616
- `.nest-commanderrc.json`
1717
- `.nest-commanderrc.yaml`
18-
- `.nest-commanderc.yml`
18+
- `.nest-commanderrc.yml`
1919
- `nest-commander.json`
2020
- `nest-commander.yaml`
2121
- `nest-commander.yml`
2222

23-
If you'd lke to use a name other than `nest-commander`, you can pass the `cliName` option to the
23+
If you'd like to use a name other than `nest-commander`, you can pass the `cliName` option to the
2424
`CommandFactory` as well.
2525

2626
Now the config file should be incredibly simple, just a JSON object with a `plugins` property that

0 commit comments

Comments
 (0)