Skip to content

Commit 148ebf7

Browse files
committed
Writing template parameters: format json parameters example
1 parent 1de719a commit 148ebf7

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)