Skip to content

Commit 25a716f

Browse files
committed
Merge pull request react-bootstrap#945 from ncnlinh/patch-1
Fix Position.js typo `componentWillRecieveProps`
2 parents d6ba75e + 9e6b5c5 commit 25a716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Position extends React.Component {
1919
this._needsFlush = true;
2020
}
2121

22-
componentWillRecieveProps(){
22+
componentWillReceiveProps(){
2323
this._needsFlush = true;
2424
}
2525

0 commit comments

Comments
 (0)