Skip to content

Commit 2769700

Browse files
author
Matthew Toledo
committed
documentation update
1 parent 722c269 commit 2769700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ Here is an excerpt from the Enzyme documentation:
130130

131131
### mount(node[, options]) => ReactWrapper
132132

133-
####Arguments
133+
#### Arguments
134134

135135
1. node (ReactElement): The node to render
136136
2. options (Object [optional]):
137137
3. options.context: (Object [optional]): Context to be passed into the 4. component
138138
5. options.attachTo: (DOMElement [optional]): DOM Element to attach the component to.
139139
6. options.childContextTypes: (Object [optional]): Merged contextTypes for all children of the wrapper.
140140

141-
####Returns
141+
#### Returns
142142
- ReactWrapper: The wrapper instance around the rendered output.
143143

144144
---

0 commit comments

Comments
 (0)