File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ channels:
29
29
- title : Kibeszélő fórumok
30
30
to : https://reactjs.org/community/support.html#popular-discussion-forums
31
31
external : true
32
- - title : Reactiflux Chat
32
+ - title : Reactiflux chat
33
33
to : https://discord.gg/reactiflux
34
34
external : true
35
- - title : DEV Közösség
35
+ - title : DEV közösség
36
36
to : https://dev.to/t/react
37
37
external : true
38
38
- title : Facebook
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class CodeExample extends Component {
61
61
{ loaded ? (
62
62
< CodeEditor code = { code } containerNodeID = { containerNodeID } />
63
63
) : (
64
- < h4 > Kód példa betöltése...</ h4 >
64
+ < h4 > Kódpélda betöltése...</ h4 >
65
65
) }
66
66
</ div >
67
67
) ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const Versions = ({location}: Props) => (
61
61
{ version . path && (
62
62
< li >
63
63
< a href = { version . path } rel = "nofollow" >
64
- Dokumntáció
64
+ Dokumentáció
65
65
</ a >
66
66
</ li >
67
67
) }
You can’t perform that action at this time.
0 commit comments