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:
Oleksandr Melnykov
2019-06-24 07:33:44 -07:00
committed by Facebook Github Bot
parent df17ebfcfa
commit 79e506d154
@@ -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)