Skip to content

Commit 1237aab

Browse files
authored
docs(background-http): wording
1 parent a486f76 commit 1237aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/background-http/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Initializes an HTTP background service.
157157
import { session } from '@nativescript/background-http';
158158
session: Session = session(id: string)
159159
```
160-
Gets or creates a background download/upload session by id.
160+
Gets or creates a background http session by id.
161161
162162
---
163163
#### Session Object
@@ -262,7 +262,7 @@ import { session } from '@nativescript/background-http';
262262
263263
session: Session = session(id)
264264
```
265-
Gets or creates a background download/upload session by id.
265+
Gets or creates a background http session by id.
266266
267267
---
268268
### uploadFile()

0 commit comments

Comments
 (0)