From 9925a753bcd053d85c47145facc801d8e4d10240 Mon Sep 17 00:00:00 2001 From: Andrew <35735666+meatnordrink@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:19:44 -0500 Subject: [PATCH] [docs] Replace missing word in ActivityIndicator.tsx --- src/components/ActivityIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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