Skip to content

Commit

Permalink
Translate CodeExample.js (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcieslak authored and eduardomoroni committed Feb 9, 2019
1 parent 942f3d2 commit 77dedaa
Showing 1 changed file with 1 addition and 1 deletion.
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>Loading code example...</h4>
<h4>Carregando o exemplo de c贸digo...</h4>
)}
</div>
);
Expand Down

0 comments on commit 77dedaa

Please sign in to comment.