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

Commit ab01ea6

Browse files
FreekDBSebastianAigner
authored andcommitted
Fixed minor typo.
1 parent 54c1350 commit ab01ea6

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
@@ -183,7 +183,7 @@ But we can also use this chance to play with another Kotlin DSL - this time for
183183

184184
The [kotlin-styled](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-styled) library wraps the [styled-components](https://www.styled-components.com/) JavaScript library.
185185
Using it, we can define styles either [globally](https://github.com/JetBrains/kotlin-wrappers/blob/master/kotlin-styled/README.md#global-styles) or for individual elements of our DOM.
186-
Conceptually, that makes it similar to [CSS-in-JS](https://reactjs.org/docs/faq-styling.html#what-is-css-in-js) – but for Kotlin. Like before, the benfit of using a DSL is that we can use Kotlin code constructs to express our formatting rules.
186+
Conceptually, that makes it similar to [CSS-in-JS](https://reactjs.org/docs/faq-styling.html#what-is-css-in-js) – but for Kotlin. Like before, the benefit of using a DSL is that we can use Kotlin code constructs to express our formatting rules.
187187

188188
The template project for this tutorial already includes everything we need to use `kotlin-styled`.
189189
The relevant block in our build configuration is this:

0 commit comments

Comments
 (0)