From 8d64a04b944225994f7b22388686bd164d8023ec Mon Sep 17 00:00:00 2001 From: Yanis Kadri Date: Sat, 8 Aug 2026 17:40:13 -0400 Subject: [PATCH] fix(typo): in handbook.rst from 'instument' to 'instrument' --- docs/handbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook.rst b/docs/handbook.rst index b9a072d..d29164c 100644 --- a/docs/handbook.rst +++ b/docs/handbook.rst @@ -105,7 +105,7 @@ It is possible to undo both of these: project.licensed = True # Unlock trial version native plugins - for instument in project.channels.instruments: + for instrument in project.channels.instruments: instrument.plugin.demo_mode = False for insert in project.mixer: