Skip to content

Commit 452615b

Browse files
authored
Merge pull request #2393 from mishrasur7/patch-7
Update part7c.md
2 parents 8fbb98c + 972ab17 commit 452615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ The code above creates styled versions of the <i>button</i> and <i>input</i> HTM
550550

551551
The syntax for defining the styles is quite interesting, as the CSS rules are defined inside of backticks.
552552

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:
553+
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:
554554

555555
```js
556556
const Login = (props) => {

0 commit comments

Comments
 (0)