Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Dec 9, 2016
1 parent 4596fc4 commit cb8184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/shared/fiber/ReactFiberCommitWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ module.exports = function<T, P, I, TI, C, CX>(
// Then detach refs and call componentWillUnmount() on the whole subtree.
if (current.tag === HostPortal) {
// When deleting a portal, there are no host nodes above it.
// It is as a host parent itself.
// It is a host parent itself.
const parent = current.stateNode.containerInfo;
let child = current.child;
while (child) {
Expand Down

0 comments on commit cb8184f

Please sign in to comment.