diff --git a/src/guide/components/props.md b/src/guide/components/props.md index ef9d58554c..8ef0aa9c61 100644 --- a/src/guide/components/props.md +++ b/src/guide/components/props.md @@ -467,7 +467,7 @@ defineProps({ // Object with a default value propF: { type: Object, - // Object or array defaults must be returned from + // Object or array defaults can be returned from // a factory function. The function receives the raw // props received by the component as the argument. default(rawProps) {