From 6cfc337a081ede06229ccba682ea0e029cfcc106 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Tue, 22 Dec 2015 16:40:49 +0000
Subject: [PATCH] update website
---
docs/dimensions.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.