We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fbb98c + 972ab17 commit 452615bCopy full SHA for 452615b
src/content/7/en/part7c.md
@@ -550,7 +550,7 @@ The code above creates styled versions of the <i>button</i> and <i>input</i> HTM
550
551
The syntax for defining the styles is quite interesting, as the CSS rules are defined inside of backticks.
552
553
-The styled components that we defined work exactly like regular <i>button</i> and <i>input</i> elements, and they can be used the same way:
+The styled components that we defined work exactly like regular <i>button</i> and <i>input</i> elements, and they can be used in the same way:
554
555
```js
556
const Login = (props) => {
0 commit comments