docs(v1): fix typo on Add Versions doc page (#3651)

The file generated when you run `npm run examples versions` is a versions.json file and not a version.js file
This commit is contained in:
Bright Egbo 2020-10-28 13:24:15 +01:00 committed by GitHub
parent 33f94c5d8a
commit 2aae77124e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Assume you are happy with the current state of the documentation and want to fre
npm run examples versions
```
That command generates a `versions.js` file, which will be used to list down all the versions of docs in the project.
That command generates a `versions.json` file, which will be used to list down all the versions of docs in the project.
Next, you run a command with the version you want to create, like `1.0.0`.