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: