Skip to content

Commit 3ad8899

Browse files
authored
docs: Replace missing word in ActivityIndicator.tsx
1 parent 8dcfbcc commit 3ad8899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ActivityIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const DURATION = 2400;
4040

4141
/**
4242
* Activity indicator is used to present progress of some activity in the app.
43-
* It can be used as a drop-in for the ActivityIndicator shipped with React Native.
43+
* It can be used as a drop-in replacement for the ActivityIndicator shipped with React Native.
4444
*
4545
* ## Usage
4646
* ```js

0 commit comments

Comments
 (0)