diff --git a/guide/english/react/props/index.md b/guide/english/react/props/index.md index 095c6045ae..c8b2af06cf 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 data passed into the component. They are immutable (read-only). +Props (short for properties) are the data or functions passed into a component. They are immutable (read-only). \ No newline at end of file