Skip to content

Commit 660cd92

Browse files
authored
Merge pull request #51828 from ingvagabund/format-json
Writing template parameters: format json parameters example
2 parents b277a07 + 148ebf7 commit 660cd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/templates-writing-parameters.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Depending on if the template is written in YAML or JSON, and the type of string
7373
----
7474
{
7575
"parameters": [
76-
{"name": "json_example",
76+
{
77+
"name": "json_example",
7778
"generate": "expression",
7879
"from": "[\\A]{10}"
7980
}

0 commit comments

Comments
 (0)