diff --git a/src/components/ActivityIndicator.tsx b/src/components/ActivityIndicator.tsx index 6a0c62b799..5a3b9f8736 100644 --- a/src/components/ActivityIndicator.tsx +++ b/src/components/ActivityIndicator.tsx @@ -40,7 +40,7 @@ const DURATION = 2400; /** * Activity indicator is used to present progress of some activity in the app. - * It can be used as a drop-in for the ActivityIndicator shipped with React Native. + * It can be used as a drop-in replacement for the ActivityIndicator shipped with React Native. * * ## Usage * ```js