Skip to content

Commit e834f06

Browse files
davidgilbertsonwuweiweiwu
authored andcommitted
Update usingAutoSizer.md (bvaughn#1186)
1 parent 495d279 commit e834f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/usingAutoSizer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide covers a few of the most commonly asked questions about using the com
99

1010
This component uses [`javascript-detect-element-resize`](https://github.com/sdecima/javascript-detect-element-resize) algorithm, and it does a little direct DOM manipulation to its parent, outside React's VirtualDOM.
1111

12-
If the parent has style `position: static` (default value), it changes to `position: relative`. It also and injects a sibling `div` for size measuring.
12+
If the parent has style `position: static` (default value), it changes to `position: relative`. It also injects a sibling `div` for size measuring.
1313

1414
#### Why is my `AutoSizer` setting a height of 0?
1515
`AutoSizer` expands to _fill_ its parent but it will not _stretch_ the parent.

0 commit comments

Comments
 (0)