Skip to content

Commit ea779bf

Browse files
committed
docs: update some info for send notification flow
1 parent 9986025 commit ea779bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/single/send-notification-flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The Telegram Git Notifier flow
1+
# Send Notification Flow - The Telegram Git Notifier Package
22

3-
This document describes the flow of the telegram git notifier.
3+
This document describes the flow of sending notifications in the Telegram Git Notifier package.
44

55
## Handle the webhook and send a notification
66

@@ -25,7 +25,7 @@ object.
2525

2626
The bot sends a notification with the message details of the event to the user, group, or channel.
2727

28-
## Sending notifications to multiple users
28+
## Sending notifications to multiple recipients
2929

3030
If the bot supports sending notifications to multiple users, groups, or channels, it will manage this process. This
3131
could involve iterating over a list of recipients, handling individual user preferences, etc.

0 commit comments

Comments
 (0)