Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit e557369

Browse files
author
odacremolbap
committed
fix docs output message
1 parent 9fcfb60 commit e557369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Extensions,
9494
triggermeshbackendid: 1666613846441-0
9595
Data,
9696
{
97-
"test": "value2"
97+
"test 2": "message for display target"
9898
}
9999
```
100100

@@ -132,7 +132,7 @@ Extensions,
132132
triggermeshbackendid: 1666613846441-0
133133
Data,
134134
{
135-
"test": "value3"
135+
"test 3": "not delivered, will be sent to DLS"
136136
}
137137
```
138138

docs/getting-started-redis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Extensions,
9494
triggermeshbackendid: 1666613846441-0
9595
Data,
9696
{
97-
"test": "value2"
97+
"test 2": "message for display target"
9898
}
9999
```
100100

@@ -132,7 +132,7 @@ Extensions,
132132
triggermeshbackendid: 1666613846441-0
133133
Data,
134134
{
135-
"test": "value3"
135+
"test 3": "not delivered, will be sent to DLS"
136136
}
137137
```
138138

0 commit comments

Comments
 (0)