Skip to content

Commit 6eb3e74

Browse files
authored
doc: Fix indent that renders weirdly on mobile
1 parent a468658 commit 6eb3e74

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)