diff --git a/website/src/pages/learn/effects.mdx b/website/src/pages/learn/effects.mdx
index 4194757ef..268d7071a 100644
--- a/website/src/pages/learn/effects.mdx
+++ b/website/src/pages/learn/effects.mdx
@@ -87,7 +87,7 @@ $: s("triangle*4").decay(0.5).n(irand(12)).scale('C minor')
$: s("bd\*4").room(0.01).roomsize(0.01).postgain(0)`}
/>
-This is due to them sharing the same orbit (the default of `1`). It can be corrected simply by updating the orbits to be
+This is due to them sharing the same orbit: the default of `1`. It can be corrected simply by updating the orbits to be
distinct:
-Will not produce a continually LFO'd low-pass filter due to the `tri` only being sample every time the note hits
+Will not produce a continually LFO'd low-pass filter due to the `tri` only being sampled every time the note hits
(in this case the default of once per cycle). You can fake it by introducing more sound-generating events, e.g.: