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

Commit 8ac2897

Browse files
Merge pull request #141 from PapistPenguin/patch-1
Fix typo in 03_A_First_Static_Page.md
2 parents cef0b63 + 51e2d49 commit 8ac2897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ We have now built our first "feature," but our application, unfortunately, still
152152

153153
[kotlin-styled](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-styled) provides wonderful typesafe wrappers for [styled-components](https://www.styled-components.com/) that allow us to quickly and safely define styles [globally](https://github.com/JetBrains/kotlin-wrappers/blob/master/kotlin-styled/README.md#global-styles) or for individual elements of our DOM. It wraps the styled-components library and allows us to build constructs that look like [CSS-in-JS](https://reactjs.org/docs/faq-styling.html#what-is-css-in-js). Since we are writing pure Kotlin code, we can, for example, express conditions concisely for our formatting rules.
154154

155-
We do not need to do perform any extra steps to start using the functionality, because we have already added the necessary dependencies in our Gradle configuration. The relevant block is:
155+
We do not need to perform any extra steps to start using the functionality, because we have already added the necessary dependencies in our Gradle configuration. The relevant block is:
156156

157157
```kotlin
158158
dependencies {

0 commit comments

Comments
 (0)