mirror of https://github.com/dapr/docs.git
Adding missing brace for json document example (#2968)
There is a missing brace in the example json Signed-off-by: Chris Kingdon <ckchessmaster@users.noreply.github.com> Signed-off-by: Chris Kingdon <ckchessmaster@users.noreply.github.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
parent
18f5e66690
commit
976dcab9ce
|
@ -230,6 +230,7 @@ Consider an example where you store documents like that:
|
|||
},
|
||||
"city": "Seattle",
|
||||
"state": "WA"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue