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

Commit ba8d8f0

Browse files
committed
Fix README custom typo
1 parent 00ec2e6 commit ba8d8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ for (let task of lostTask) {
128128

129129
`task.id` is very important for re-attaching the download task with any UI component representing that task, this is why you need to make sure to give sensible IDs that you know what to do with, try to avoid using random IDs.
130130

131-
### Using costume headers
132-
If you need to send costume headers with your download request, you can do in it 2 ways:
131+
### Using custom headers
132+
If you need to send custom headers with your download request, you can do in it 2 ways:
133133

134134
1) Globally using `RNBackgroundDownloader.setHeaders()`:
135135
```javascript

0 commit comments

Comments
 (0)