Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 94f6b35

Browse files
mmercerOSCOSebastianAigner
authored andcommitted
Small Grammar Fix; added "to" to line 48
1 parent 7b6e292 commit 94f6b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Building Web Applications with React and Kotlin JS/06_More_Components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val VideoPlayer = FC<VideoPlayerProps> { props ->
4545
```
4646

4747
Because our `VideoPlayerProps` interface specifies that the `VideoPlayer` component takes a non-null `Video`,
48-
we need to make sure handle this in our `App` component accordingly.
48+
we need to make sure to handle this in our `App` component accordingly.
4949

5050
Back in `App.kt`, replace the previous `div` snippet for the video player with our new component:
5151

0 commit comments

Comments
 (0)