Skip to content

Commit

Permalink
Fix typo #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiePat committed Feb 10, 2019
1 parent 887d3fd commit 9a69044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/home/examples/a-stateful-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Timer extends React.Component {
render() {
return (
<div>
Secondes: {this.state.seconds}
Secondes : {this.state.seconds}
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion content/home/examples/a-stateful-component.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Un composant dynamique
title: Un composant à état
order: 1
domid: timer-example
---
Expand Down
2 changes: 1 addition & 1 deletion content/home/marketing/learn-once-write-anywhere.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Apprendre une fois pour toutes
title: Utilisable partout
order: 2
---

Expand Down

0 comments on commit 9a69044

Please sign in to comment.