Skip to content

Commit

Permalink
docs(v1): fix typo on Add Versions doc page (#3651)
Browse files Browse the repository at this point in the history
The file generated when you run `npm run examples versions` is a versions.json file and not a version.js file
  • Loading branch information
egbobright committed Oct 28, 2020
1 parent 33f94c5 commit 2aae771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-1.x/docs/tutorial-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 2aae771

Please sign in to comment.