Browse Source

Missing closing quotation in line 225 for <Button /> (#905)

main
John Park 7 years ago
committed by Dan Abramov
parent
commit
665ccbf907
  1. 2
      content/docs/reference-test-renderer.md

2
content/docs/reference-test-renderer.md

@ -222,7 +222,7 @@ The component type corresponding to this test instance. For example, a `<Button
testInstance.props
```
The props corresponding to this test instance. For example, a `<Button size="small />` component has `{size: 'small'}` as props.
The props corresponding to this test instance. For example, a `<Button size="small" />` component has `{size: 'small'}` as props.
### `testInstance.parent`

Loading…
Cancel
Save