Skip to content

Commit

Permalink
docs: Fix typo, seemless -> seamless (#628)
Browse files Browse the repository at this point in the history
There is a small typo in src/act-compat.js.

Should read `seamless` rather than `seemless`.
  • Loading branch information
timgates42 committed Apr 3, 2020
1 parent afce94f commit 91f0c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/act-compat.js
Expand Up @@ -82,7 +82,7 @@ function asyncAct(cb) {
if (!youHaveBeenWarned) {
// if act is supported and async act isn't and they're trying to use async
// act, then they need to upgrade from 16.8 to 16.9.
// This is a seemless upgrade, so we'll add a warning
// This is a seamless upgrade, so we'll add a warning
console.error(
`It looks like you're using a version of react-dom that supports the "act" function, but not an awaitable version of "act" which you will need. Please upgrade to at least react-dom@16.9.0 to remove this warning.`,
)
Expand Down

0 comments on commit 91f0c75

Please sign in to comment.