mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Fix typo (#1274)
This commit is contained in:
@@ -164,7 +164,7 @@ The `ShoppingList` component above only renders built-in DOM components like `<d
|
||||
|
||||
If you're going to work on the tutorial **in your browser,** open this code in a new tab: **[Starter Code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010)**. If you're going to work on the tutorial **locally,** instead open `src/index.js` in your project folder (you have already touched this file during the [setup](#setup-option-2-local-development-environment)).
|
||||
|
||||
This Starter Code is the base of what we're building. We've provided the CSS styling so that you only need focus on learning React and programming the tic-tac-toe game.
|
||||
This Starter Code is the base of what we're building. We've provided the CSS styling so that you only need to focus on learning React and programming the tic-tac-toe game.
|
||||
|
||||
By inspecting the code, you'll notice that we have three React components:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user