From fe1f3e4f8cb81ef4deabc89d7fde0b46699f3623 Mon Sep 17 00:00:00 2001 From: BenjaminLu Date: Fri, 15 Sep 2023 13:00:38 +0800 Subject: [PATCH] fix: wordings --- docs/interfaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interfaces.md b/docs/interfaces.md index 3769b61..dcf2f76 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -243,7 +243,7 @@ POST #### Request return |Name|Type|Description| |----|----|----| -|result|Boolean|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.| +|result|Boolean|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.| ### exception interface @@ -280,4 +280,4 @@ curl -X POST \ #### return |Name|Type|Description| |----|----|----| -|result|Boolean|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.| \ No newline at end of file +|result|Boolean|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.| \ No newline at end of file