From a366ec16e657c6bf0767f0b71b281026f3700ea0 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Sat, 4 Apr 2015 21:17:07 -0400 Subject: [PATCH] Fixed typo / grammar docs --- docs/docs/10.5-clone-with-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/10.5-clone-with-props.md b/docs/docs/10.5-clone-with-props.md index 9236859abf..7e832ac062 100644 --- a/docs/docs/10.5-clone-with-props.md +++ b/docs/docs/10.5-clone-with-props.md @@ -6,7 +6,7 @@ prev: test-utils.html next: create-fragment.html --- -In rare situations a element may want to change the props of a element that it doesn't own (like changing the `className` of a element passed as `this.props.children`). Other times it may want to make multiple copies of a element passed to it. `cloneWithProps()` makes this possible. +In rare situations an element may want to change the props of an element that it doesn't own (like changing the `className` of an element passed as `this.props.children`). Other times it may want to make multiple copies of an element passed to it. `cloneWithProps()` makes this possible. #### `ReactElement React.addons.cloneWithProps(ReactElement element, object? extraProps)`