Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Mar 1, 2020
1 parent abc5b66 commit f7136e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/footerNav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ channels:
- title: Kibeszélő fórumok
to: https://reactjs.org/community/support.html#popular-discussion-forums
external: true
- title: Reactiflux Chat
- title: Reactiflux chat
to: https://discord.gg/reactiflux
external: true
- title: DEV Közösség
- title: DEV közösség
to: https://dev.to/t/react
external: true
- title: Facebook
Expand Down
2 changes: 1 addition & 1 deletion src/components/CodeExample/CodeExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CodeExample extends Component {
{loaded ? (
<CodeEditor code={code} containerNodeID={containerNodeID} />
) : (
<h4>Kód példa betöltése...</h4>
<h4>Kódpélda betöltése...</h4>
)}
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Versions = ({location}: Props) => (
{version.path && (
<li>
<a href={version.path} rel="nofollow">
Dokumntáció
Dokumentáció
</a>
</li>
)}
Expand Down

0 comments on commit f7136e9

Please sign in to comment.