mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-23 03:04:09 +02:00
fix m.signing_update typo
This commit is contained in:
parent
7066694571
commit
0a320e5802
|
|
@ -25,7 +25,7 @@ allOf:
|
||||||
edu_type:
|
edu_type:
|
||||||
type: string
|
type: string
|
||||||
enum: ['m.signing_key_update']
|
enum: ['m.signing_key_update']
|
||||||
description: The string `m.signing_update`.
|
description: The string `m.signing_key_update`.
|
||||||
example: "m.signing_key_update"
|
example: "m.signing_key_update"
|
||||||
content:
|
content:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue