diff --git a/css-typed-om/README.md b/css-typed-om/README.md index 76eb0c84..cafd4655 100644 --- a/css-typed-om/README.md +++ b/css-typed-om/README.md @@ -22,7 +22,7 @@ We get them of `StylePropertyMaps` on elements. To get the specified height from an element we would use the following JS: ``` -element.attributeStyleMap.get('height'); // returns a string +element.attributeStyleMap.get('height'); // returns a CSSUnitValue ``` Similarly to get the computed value of a CSS property we would do the following: