diff --git a/src/exercise/06.md b/src/exercise/06.md
index 6eb44986..f6e4c6de 100644
--- a/src/exercise/06.md
+++ b/src/exercise/06.md
@@ -63,7 +63,7 @@ function MyTwoInputs() {
## Exercise
In this exercise, we've created a `` component which can accept a prop
-called `on` and another called `onChange`. These works similar to the `value`
+called `on` and another called `onChange`. These work similar to the `value`
and `onChange` props of ``. Your job is to make those props actually
control the state of `on` and call the `onChange` with the suggested changes.