From e22e3e4fc0611e34f2d2fdfc7d4ad7462ac62c90 Mon Sep 17 00:00:00 2001 From: "G. Kay Lee" Date: Fri, 6 Feb 2015 14:47:56 +0800 Subject: [PATCH] Fix typos --- docs/10.1-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10.1-animation.md b/docs/10.1-animation.md index d18b13266..c3505235b 100644 --- a/docs/10.1-animation.md +++ b/docs/10.1-animation.md @@ -175,7 +175,7 @@ Every DOM component that React can render is available for use. However, `compon > > Prior to v0.12, when using DOM components, the `component` prop needed to be a reference to `React.DOM.*`. Since the component is simply passed to `React.createElement`, it must now be a string. Composite components must pass the factory. -Any additional, user-defined, properties will be become properties of the rendered component. For example, here's how you would you render a `