Skip to content

Commit

Permalink
Unify opening braces positions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Aug 16, 2023
2 parents d141a96 + 9758a20 commit d1b9254
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/contributing-terms.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ When the terms are spread across multiple source documents, they should be decla
```json
"documents": {
"<terms type>":
"combine": [
"<terms type>": {
"combine": [
{
"fetch": "",
"executeClientScripts": "",
Expand All @@ -363,6 +363,7 @@ When the terms are spread across multiple source documents, they should be decla
"select": ""
}
]
}
}
```
Expand Down

0 comments on commit d1b9254

Please sign in to comment.