Skip to content

Commit

Permalink
Typo in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
viperadnan-git committed Apr 12, 2021
1 parent f07fe50 commit 53cfb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CHAT_ID_A CHAT_ID_B CHAT_ID_C CHAT_ID_D; CHAT_ID_E CHAT_ID_F
↑ ^---------------------^ ↑ ↑ to another chat
From channel To channel from another channel
```
- `REMOVE_STRING` - (Optional) Keywords to remove from message before forwarding. Seperated by `;`. For example -
- `REMOVE_STRINGS` - (Optional) Keywords to remove from message before forwarding. Seperated by `;`. For example -
```
@username;https://t.me/username;Hey! My channel is XXxxXX
```
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"description": "Advance config values in valid format.",
"required": false
},
"REMOVE_STRING": {
"description": "Keyword to remove from messages before forwarding.",
"REMOVE_STRINGS": {
"description": "Keywords to remove from messages before forwarding. Sperated by > ; <",
"required": false
},
"REPLACE_STRING": {
Expand Down

0 comments on commit 53cfb70

Please sign in to comment.