Skip to content

Commit

Permalink
fix: wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLu committed Sep 15, 2023
1 parent dacce5e commit fe1f3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ POST
#### Request return
|Name|Type|Description|
|----|----|----|
|result|Boolean|<span style="color:#FF4136;font-weight:bold;">We suggest you just return `true`, If you return `false`,imToken will always retry to send this notification to you, and it maybe repeat your hedge.</span>|
|result|Boolean|<span style="color:#FF4136;font-weight:bold;">We suggest you just return `true`. If you return `false`, Tokenlon will always retry to send this notification to you, and it maybe repeat your hedge.</span>|


### exception interface
Expand Down Expand Up @@ -280,4 +280,4 @@ curl -X POST \
#### return
|Name|Type|Description|
|----|----|----|
|result|Boolean|<span style="color:#FF4136;font-weight:bold;">We suggest you just return `true`, **If you return `false`,imToken will always retry to send this notification to you, and it maybe repeat your processing.</span>|
|result|Boolean|<span style="color:#FF4136;font-weight:bold;">We suggest you just return `true`. If you return `false`, Tokenlon will always retry to send this notification to you, and it maybe repeat your processing.</span>|

0 comments on commit fe1f3e4

Please sign in to comment.