diff --git a/guide/english/react/props/index.md b/guide/english/react/props/index.md index d5bdc1c3f2..095c6045ae 100644 --- a/guide/english/react/props/index.md +++ b/guide/english/react/props/index.md @@ -2,4 +2,4 @@ title: Props --- ### What are the props? -Props (short for properties) are the date passed into the component. They are immutable (read-only). +Props (short for properties) are the data passed into the component. They are immutable (read-only).