Skip to content

Commit 754cc38

Browse files
authored
chore(readme): I think about Jest… a LOT! (#230)
1 parent a1c2b36 commit 754cc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const scrolling = scrollIntoView(document.body, {
264264
)
265265
},
266266
})
267-
// jest understands that scrolling is a Promise, you can safely await on it
267+
// TypeScript understands that scrolling is a Promise, you can safely await on it
268268
scrolling.then(() => console.log('done scrolling'))
269269
```
270270

0 commit comments

Comments
 (0)