Skip to content

Commit f7136e9

Browse files
committed
small fixes
1 parent abc5b66 commit f7136e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/footerNav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ channels:
2929
- title: Kibeszélő fórumok
3030
to: https://reactjs.org/community/support.html#popular-discussion-forums
3131
external: true
32-
- title: Reactiflux Chat
32+
- title: Reactiflux chat
3333
to: https://discord.gg/reactiflux
3434
external: true
35-
- title: DEV Közösség
35+
- title: DEV közösség
3636
to: https://dev.to/t/react
3737
external: true
3838
- title: Facebook

src/components/CodeExample/CodeExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CodeExample extends Component {
6161
{loaded ? (
6262
<CodeEditor code={code} containerNodeID={containerNodeID} />
6363
) : (
64-
<h4>Kód példa betöltése...</h4>
64+
<h4>Kódpélda betöltése...</h4>
6565
)}
6666
</div>
6767
);

src/pages/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Versions = ({location}: Props) => (
6161
{version.path && (
6262
<li>
6363
<a href={version.path} rel="nofollow">
64-
Dokumntáció
64+
Dokumentáció
6565
</a>
6666
</li>
6767
)}

0 commit comments

Comments
 (0)