Skip to content

Commit ca98764

Browse files
[Tutorial] Fix Sandbox download instructions to match current interface (#6594)
1 parent adb958a commit ca98764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ body {
264264
You can also follow this tutorial using your local development environment. To do this, you need to:
265265

266266
1. Install [Node.js](https://nodejs.org/en/)
267-
1. In the CodeSandbox tab you opened earlier, press the top-left corner button to open the menu, and then choose **File > Export to ZIP** in that menu to download an archive of the files locally
267+
1. In the CodeSandbox tab you opened earlier, press the top-left corner button to open the menu, and then choose **Download Sandbox** in that menu to download an archive of the files locally
268268
1. Unzip the archive, then open a terminal and `cd` to the directory you unzipped
269269
1. Install the dependencies with `npm install`
270270
1. Run `npm start` to start a local server and follow the prompts to view the code running in a browser

0 commit comments

Comments
 (0)