From aac81728154ae82c807f7533e0be27bd4230fcc5 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 18 Jun 2015 09:27:46 -0700 Subject: [PATCH] [Docs] Fix typos in DirectManipulation.md --- docs/DirectManipulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DirectManipulation.md b/docs/DirectManipulation.md index 040fe6a4a..f32de3bb5 100644 --- a/docs/DirectManipulation.md +++ b/docs/DirectManipulation.md @@ -23,7 +23,7 @@ properties directly on a DOM node. > and stores state in the native layer (DOM, UIView, etc.) and not > within your React components, which makes your code more difficult to > reason about. Before you use it, try to solve your problem with `setState` -> and [shouldComponent](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate). +> and [shouldComponentUpdate](react-native/docs/direct-manipulation.html#setnativeprops-shouldcomponentupdate). ## setNativeProps with TouchableOpacity