From eefa33a82827724245a45b1d43a40a964a920274 Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Thu, 5 Jan 2023 15:42:01 -0800 Subject: [PATCH] Fix typo in tutorial --- beta/src/content/learn/tutorial-tic-tac-toe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/tutorial-tic-tac-toe.md b/beta/src/content/learn/tutorial-tic-tac-toe.md index 3756eec4..b4d56f0c 100644 --- a/beta/src/content/learn/tutorial-tic-tac-toe.md +++ b/beta/src/content/learn/tutorial-tic-tac-toe.md @@ -267,7 +267,7 @@ You can also follow this tutorial using your local development environment. To d 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 1. Unzip the archive, then open a terminal and `cd` to the directory you unzipped 1. Install the dependencies with `npm install` -1. Run `npm start` start a locally server and follow the prompts to view the code running in a browser +1. Run `npm start` to start a local server and follow the prompts to view the code running in a browser If you get stuck, don't let this stop you! Follow along online instead and try a local setup again later.