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';