From f6f73cd287a8cbcd2fa74974e0abaf534c2b559d Mon Sep 17 00:00:00 2001 From: Kohei TAKATA Date: Mon, 13 Jul 2015 21:07:40 +0900 Subject: [PATCH] Change css to uppecase --- 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 4e8734673..6f6193a94 100644 --- a/docs/10.1-animation.md +++ b/docs/10.1-animation.md @@ -216,7 +216,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 become properties of the rendered component. For example, here's how you would render a `