From ab050c0346485e9709384412caacd11fab6c6a63 Mon Sep 17 00:00:00 2001 From: hupiper Date: Fri, 1 Dec 2017 17:13:22 -0600 Subject: [PATCH] Spelling update Hierarchy was spelled incorrectly. --- website/versioned_docs/version-0.51/touchableopacity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.51/touchableopacity.md b/website/versioned_docs/version-0.51/touchableopacity.md index 081f064d256..96e1bc63243 100644 --- a/website/versioned_docs/version-0.51/touchableopacity.md +++ b/website/versioned_docs/version-0.51/touchableopacity.md @@ -7,7 +7,7 @@ A wrapper for making views respond properly to touches. On press down, the opacity of the wrapped view is decreased, dimming it. Opacity is controlled by wrapping the children in an Animated.View, which is -added to the view hiearchy. Be aware that this can affect layout. +added to the view hierarchy. Be aware that this can affect layout. Example: