From 6c8b707d2ee3a870d19f61161cb394c0ba61fa4e Mon Sep 17 00:00:00 2001 From: wjt Date: Mon, 10 Aug 2026 17:01:43 +0200 Subject: [PATCH] learn/lfx: Add missing word --- website/src/pages/learn/lfo.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.