From e828e0ad9f366dd532a8c64c437cfb53875e58e3 Mon Sep 17 00:00:00 2001 From: David Wandar Date: Wed, 4 Mar 2020 07:38:42 +0100 Subject: [PATCH] Updated dead link Typo for dead link --- docs/dimensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dimensions.md b/docs/dimensions.md index c5dd8f46bff..67d503c165c 100644 --- a/docs/dimensions.md +++ b/docs/dimensions.md @@ -3,7 +3,7 @@ id: dimensions title: Dimensions --- -> [`useWindowDimensions`](useWindowDimensions) is the preffered API for React components. Unlike `Dimensions`, it updates as the window's dimensions update. This works nicely with the React paradigm. +> [`useWindowDimensions`](usewindowdimensions) is the preffered API for React components. Unlike `Dimensions`, it updates as the window's dimensions update. This works nicely with the React paradigm. ```jsx import {Dimensions} from 'react-native';