diff --git a/content/contributing-terms.en.md b/content/contributing-terms.en.md index 5f8219d7..6a9a6528 100644 --- a/content/contributing-terms.en.md +++ b/content/contributing-terms.en.md @@ -346,8 +346,8 @@ When the terms are spread across multiple source documents, they should be decla ```json … "documents": { - "": - "combine": [ + "": { + "combine": [ { "fetch": "…", "executeClientScripts": "…", @@ -363,6 +363,7 @@ When the terms are spread across multiple source documents, they should be decla "select": "…" } ] + } } … ```