Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdB97 authored and diasbruno committed Dec 3, 2021
1 parent 702ff62 commit 28986ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Instead of this
}
```

React Modal has adopted the [stable Portal API](https://reactjs.org/docs/portals.html) API as exposed in React 16.
React Modal has adopted the [stable Portal API](https://reactjs.org/docs/portals.html) as exposed in React 16.

And `createProtal` API from React 16 [no longer allow](https://github.com/facebook/react/issues/10826#issuecomment-355719729) developers to intervene the unmounting of the portal component.

0 comments on commit 28986ea

Please sign in to comment.