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

Commit 6e5b5bc

Browse files
DenisPavlovSebastianAigner
authored andcommitted
fix quotes issue
1 parent 043c20c commit 6e5b5bc

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
@@ -124,7 +124,7 @@ When the button is clicked, a video should either be:
124124

125125
Lists that can change? That's a prime candidate for more application state!
126126

127-
Back in `App.kt, add the following `useState` calls to the top of the `App` component:
127+
Back in `App.kt`, add the following `useState` calls to the top of the `App` component:
128128

129129
```kotlin
130130
val App = FC<Props> {

0 commit comments

Comments
 (0)