Skip to content

Commit 33babac

Browse files
committed
Update testing.md
1 parent 7fc7c67 commit 33babac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ In prior setups, react-tools was needed. This is not longer the case. You will n
2727
"react-tools": "~0.13.3",
2828
```
2929

30-
Lastly, anywhere you have the following, needs to be replaced with this:
30+
Lastly, anywhere you have the following:
3131

3232
```js
3333
var React = require('react/addons')
3434
var TestUtils = React.addons.TestUtils
3535
```
3636

37-
with this:
37+
needs to be replaced with this:
3838

3939
```js
4040
import React from 'react'

0 commit comments

Comments
 (0)