fix heading level

This commit is contained in:
Becky Gilbert 2021-02-21 14:33:58 -08:00
parent 5236b6470a
commit 25d08f4579

View File

@ -99,7 +99,7 @@ var trial = {
} }
``` ```
## Nested Parameters ### Nested Parameters
Dyanmic parameters work the same way with nested parameters, which are parameters that contain one or more sets of other parameters. For instance, many survey-* plugins have a `questions` parameter that is a nested parameter: it is an array that contains the parameters for one or more questions on the page. To make the `questions` parameter dynamic, you can use a function that returns the array with all of the parameters for each question: Dyanmic parameters work the same way with nested parameters, which are parameters that contain one or more sets of other parameters. For instance, many survey-* plugins have a `questions` parameter that is a nested parameter: it is an array that contains the parameters for one or more questions on the page. To make the `questions` parameter dynamic, you can use a function that returns the array with all of the parameters for each question: