Skip to content

Commit ecb4f4b

Browse files
authored
Merge pull request #7 from reactjs/rendering-bug
Fix heading level issue
2 parents de8072b + 35611d5 commit ecb4f4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/learn/importing-and-exporting-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Tällä sivulla opit:
247247

248248
<Challenges>
249249

250-
### Jaa komponentteja edelleen {/*split-the-components-further*/}
250+
#### Jaa komponentteja edelleen {/*split-the-components-further*/}
251251

252252
Tällä hetkellä `Gallery.js` exporttaa molemmat `Profile`:n sekä `Gallery`:n, joka on hieman sekavaa.
253253

src/content/learn/javascript-in-jsx-with-curly-braces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ body > div > div { padding: 20px; }
337337
338338
</Solution>
339339
340-
### Poimi tieto olioon {/*extract-information-into-an-object*/}
340+
#### Poimi tieto olioon {/*extract-information-into-an-object*/}
341341
342342
Siirrä kuvan URL `person` olioon.
343343
@@ -424,7 +424,7 @@ body > div > div { padding: 20px; }
424424
425425
</Solution>
426426
427-
### Kirjoita Write an expression inside JSX curly braces {/*write-an-expression-inside-jsx-curly-braces*/}
427+
#### Kirjoita Write an expression inside JSX curly braces {/*write-an-expression-inside-jsx-curly-braces*/}
428428
429429
Alla olevassa oliossa kuvan URL osoite on rakennettu neljästä palasta: pohja URL, `imageId`, `imageSize` ja tiedostopäätteestä.
430430

0 commit comments

Comments
 (0)