Skip to content

Commit ddc8b54

Browse files
authored
docs(background-http): fix both instances of the note
todo: remove duplicated docs
1 parent 67f4f58 commit ddc8b54

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

packages/background-http/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,10 @@ The request object parameter has the following properties:
192192
| `androidRingToneEnabled ` | `boolean` | (Android only) Used to set if a ringtone should be played upon upload completion. Default is true. Please note that this flag has no effect when `androidAutoClearNotification` is set to true. |
193193
| `androidNotificationChannelID` | `string` | (Android only) Used to set the channel ID for the notifications. |
194194
195-
**Note**:- Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system.
196-
197-
Replaced with the current upload rate/speed `[upload_rate]`
198-
199-
Replaced with the current upload progress `[upload_progress]`
200-
201-
Replaced with the elapsed time `[upload_elapsed_time]`
195+
> **Note**: The Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system:
196+
> - `[upload_rate]`: replaced with the current upload rate/speed
197+
> - `[upload_progress]`: replaced with the current upload progress
198+
> - `[upload_elapsed_time]`: replaced with the elapsed time
202199
203200
### Task object
204201
@@ -314,7 +311,7 @@ The request object parameter has the following properties:
314311
| `androidRingToneEnabled ` | `boolean` | (`Android-only`) Used to set if a ringtone should be played upon upload completion. Default is true. Please note that this flag has no effect when `androidAutoClearNotification` is set to true. |
315312
| `androidNotificationChannelID` | `string` | (`Android-only`) Used to set the channel ID for the notifications. |
316313
317-
> **Note**: The Android Notification titles/messages above can be constructed with one of the following placeholders which will be replaced by the system:
314+
> **Note**: The Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system:
318315
> - `[upload_rate]`: replaced with the current upload rate/speed
319316
> - `[upload_progress]`: replaced with the current upload progress
320317
> - `[upload_elapsed_time]`: replaced with the elapsed time

0 commit comments

Comments
 (0)