From 799afd511a383172b578cadb751c9216f5b508d5 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 7 Jun 2023 13:22:00 +0200 Subject: [PATCH] learn/tonal: fix typo in "scaleTran[s]pose" --- website/src/pages/learn/tonal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/learn/tonal.mdx b/website/src/pages/learn/tonal.mdx index 5932d4a9..33121ab7 100644 --- a/website/src/pages/learn/tonal.mdx +++ b/website/src/pages/learn/tonal.mdx @@ -24,7 +24,7 @@ Instead of numbers, scientific interval notation can be used as well: ### scale(name) -Turns numbers into notes in the scale (zero indexed). Also sets scale for other scale operations, like scaleTranpose. +Turns numbers into notes in the scale (zero indexed). Also sets scale for other scale operations, like scaleTranspose.