mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo in JavaDoc for ReactScrollViewManager
Summary: This diff fixes a typo in the JavaDoc for ReactScrollViewManager. Reviewed By: cpojer Differential Revision: D15965028 fbshipit-source-id: 3506cdde21c8d00ab916455a2d9fa29772f35359
This commit is contained in:
committed by
Facebook Github Bot
parent
df17ebfcfa
commit
79e506d154
+1
-1
@@ -33,7 +33,7 @@ import javax.annotation.Nullable;
|
||||
/**
|
||||
* View manager for {@link ReactScrollView} components.
|
||||
*
|
||||
* <p>Note that {@link ReactScrollView} and {@link ReactScrollView} are exposed to JS
|
||||
* <p>Note that {@link ReactScrollView} and {@link ReactHorizontalScrollView} are exposed to JS
|
||||
* as a single ScrollView component, configured via the {@code horizontal} boolean property.
|
||||
*/
|
||||
@ReactModule(name = ReactScrollViewManager.REACT_CLASS)
|
||||
|
||||
Reference in New Issue
Block a user