Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 29a1f12

Browse files
authored
Add missing space
1 parent 39d6c62 commit 29a1f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ Different projects choose different testing tradeoffs based on how often compone
12611261

12621262
```ts
12631263
import * as React from 'react';
1264-
import * asReactDOM from 'react-dom';
1264+
import * as ReactDOM from 'react-dom';
12651265
import App from './App';
12661266

12671267
it('renders without crashing', () => {

0 commit comments

Comments
 (0)