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:
C. Scott Ananian 2020-12-09 15:02:44 -05:00
parent a3cf91f50d
commit 8510f728b1

View file

@ -221,7 +221,7 @@ Deprecating a hook in this way activates a migration system called
"Hooks": {
"Mash": {
"handler": "main",
"deprecated": "true"
"deprecated": true
}
}