diff --git a/docs/dimensions.html b/docs/dimensions.html
index 3685441033d..8bd8a8056c8 100644
--- a/docs/dimensions.html
+++ b/docs/dimensions.html
@@ -3,7 +3,7 @@ be available before any other require's are run, but may be updated later.<
due to device rotation) so any rendering logic or styles that depend on
these constants should try to call this function on every render, rather
than caching the value (for example, using inline styles rather than
-setting a value in a StyleSheet).
@param {string} dim Name of dimension as defined when calling set.
+setting a value in a StyleSheet).
Example: var {height, width} = Dimensions.get('window');
@param {string} dim Name of dimension as defined when calling set.
@returns {Object?} Value for the dimension.