mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Fix typo in sync example
This commit is contained in:
parent
5bae15d47b
commit
d39494b6df
|
|
@ -264,7 +264,7 @@ paths:
|
||||||
"account_data": {
|
"account_data": {
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"type": "m.tags",
|
"type": "m.tag",
|
||||||
"content": {"tags": {"work": {"order": "1"}}}
|
"content": {"tags": {"work": {"order": "1"}}}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue