Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit cd6c9a8

Browse files
authored
docs: fix typo
1 parent 48ce74e commit cd6c9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This API handles your downloads separately from your app and only keeps it infor
1111

1212
On Android we are simulating this process with a wonderful library called [Fetch2](https://github.com/tonyofrancis/Fetch)
1313

14-
The real challenge of using this method is making sure the app's UI if always up-to-date with the downloads that are happening in another process because your app might startup from scratch while the downloads are still running.
14+
The real challenge of using this method is making sure the app's UI is always up-to-date with the downloads that are happening in another process because your app might startup from scratch while the downloads are still running.
1515

1616
`react-native-background-downloader` gives you an easy API to both downloading large files and re-attaching to those downloads once your app launches again.
1717

0 commit comments

Comments
 (0)