mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs: fix small typo in code example (#25535)
Co-authored-by: Daniel Koch <Daniel.Koch@arineo.com>
This commit is contained in:
parent
9007931190
commit
947e5f9392
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ For example:
|
||||||
```console
|
```console
|
||||||
$ npm install --global renovate
|
$ npm install --global renovate
|
||||||
added 750 packages, and audited 751 packages in 51s
|
added 750 packages, and audited 751 packages in 51s
|
||||||
$ renovate-config-validator first_config.jsonn
|
$ renovate-config-validator first_config.json
|
||||||
INFO: Validating first_config_.json
|
INFO: Validating first_config_.json
|
||||||
INFO: Config validated successfully
|
INFO: Config validated successfully
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue