Skip to content

Commit 1871cea

Browse files
authored
Merge pull request reactjs#225 from raisedadead/fix/tutorial-indentation
doc: Fix indentation that renders weirdly on mobile
2 parents 10fcc30 + 6eb3e74 commit 1871cea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/tutorial/tutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ rm -f src/*
7373

7474
6. Add these three lines to the top of `index.js` in the `src/` folder:
7575

76-
```js
77-
import React from 'react';
78-
import ReactDOM from 'react-dom';
79-
import './index.css';
80-
```
76+
```js
77+
import React from 'react';
78+
import ReactDOM from 'react-dom';
79+
import './index.css';
80+
```
8181

8282
Now if you run `npm start` in the project folder and open `http://localhost:3000` in the browser, you should see an empty tic-tac-toe field.
8383

0 commit comments

Comments
 (0)