From 2aae77124eaaac3d768547a88f77c4b2402f7dec Mon Sep 17 00:00:00 2001 From: Bright Egbo <45522273+egbobright@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:24:15 +0100 Subject: [PATCH] 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 --- website-1.x/docs/tutorial-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-1.x/docs/tutorial-version.md b/website-1.x/docs/tutorial-version.md index 6c565b2ff7ca..1fe3898d0a7f 100644 --- a/website-1.x/docs/tutorial-version.md +++ b/website-1.x/docs/tutorial-version.md @@ -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`.