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

Add missing space #265

Merged
merged 1 commit into from
Mar 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ Different projects choose different testing tradeoffs based on how often compone

```ts
import * as React from 'react';
import * asReactDOM from 'react-dom';
import * as ReactDOM from 'react-dom';
import App from './App';

it('renders without crashing', () => {
Expand Down