docs: fix small typo in code example (#25535)

Co-authored-by: Daniel Koch <Daniel.Koch@arineo.com>
This commit is contained in:
Daniel Koch 2023-11-03 14:02:28 +01:00 committed by GitHub
parent 9007931190
commit 947e5f9392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```