docs: Fix JSON for deprecation in Hooks doc
A quoted string here will fail validation in ExtensionJsonValidationTest. Change-Id: I8d8bbb03f4238090cab13218d45123e885744c9b
This commit is contained in:
parent
a3cf91f50d
commit
8510f728b1
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ Deprecating a hook in this way activates a migration system called
|
|||
"Hooks": {
|
||||
"Mash": {
|
||||
"handler": "main",
|
||||
"deprecated": "true"
|
||||
"deprecated": true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue