diff --git a/website/src/pages/learn/lfo.mdx b/website/src/pages/learn/lfo.mdx index 2a97d9970..39fca67cf 100644 --- a/website/src/pages/learn/lfo.mdx +++ b/website/src/pages/learn/lfo.mdx @@ -45,7 +45,7 @@ Here, the LFO will modulate the low pass filter `.lpf`. ## Moving away from the default -The following sections explain how pass parameters to `.lfo`. Similar to `._spectrum` above, almost all the configuration of `lfo` lives inside a json object, starting with `{` and ending with `}`. +The following sections explain how to pass parameters to `.lfo`. Similar to `._spectrum` above, almost all the configuration of `lfo` lives inside a json object, starting with `{` and ending with `}`. All the parameters (except `id`) are written as `key: value` inside and separated by `,`. The reference refers to them as `config.key`, i.e. for the following one as `config.control` but you use them like below.