From b33a587ec578646a8038c59839b191cc5a2d826e Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 24 Nov 2017 08:32:27 -0800 Subject: [PATCH] Tweak wording --- content/docs/reference-dom-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-dom-elements.md b/content/docs/reference-dom-elements.md index 96d28427..328557e5 100644 --- a/content/docs/reference-dom-elements.md +++ b/content/docs/reference-dom-elements.md @@ -88,7 +88,7 @@ function ComponentWithTransition() { Style keys are camelCased in order to be consistent with accessing the properties on DOM nodes from JS (e.g. `node.style.backgroundImage`). Vendor prefixes [other than `ms`](http://www.andismith.com/blog/2012/02/modernizr-prefixed/) should begin with a capital letter. This is why `WebkitTransition` has an uppercase "W". -React will automatically append a "px" suffix to certain inline style properties. In case there is a need to have units other than "px", encase the values as strings with the desired unit. For example: +React will automatically append a "px" suffix to certain numeric inline style properties. If you want to use units other than "px", specify the value as a string with the desired unit. For example: ```js // This: