diff --git a/static/v3/index.html b/static/v3/index.html index 535d11e..c0647e0 100644 --- a/static/v3/index.html +++ b/static/v3/index.html @@ -435,11 +435,11 @@ -

Choose External/Spark if your guitar tone comes from hardware like Spark LIVE. feed[dB]ack will still score your playing but won’t warn that no internal amp tone is loaded.

+

Choose External/Spark if your guitar tone comes from hardware like Spark LIVE. fee[dB]ack will still score your playing but won’t warn that no internal amp tone is loaded.

@@ -736,7 +736,7 @@ Guitar tone diff --git a/static/v3/live-guitar-tone-source.js b/static/v3/live-guitar-tone-source.js index 90a499c..dd2c9ac 100644 --- a/static/v3/live-guitar-tone-source.js +++ b/static/v3/live-guitar-tone-source.js @@ -19,14 +19,14 @@ const DEFAULT = SOURCES.INTERNAL; const LABELS = Object.freeze({ - [SOURCES.INTERNAL]: 'feed[dB]ack internal tone', + [SOURCES.INTERNAL]: 'fee[dB]ack internal tone', [SOURCES.EXTERNAL_HARDWARE]: 'External amp / hardware pedalboard', [SOURCES.SPARK_CONTROL_X]: 'Spark LIVE + Spark Control X', }); const HELP_TEXT = 'Choose External/Spark if your guitar tone comes from hardware like Spark LIVE. ' - + 'feed[dB]ack will still score your playing but won\u2019t warn that no internal amp tone is loaded.'; + + 'fee[dB]ack will still score your playing but won\u2019t warn that no internal amp tone is loaded.'; function normalize(value) { if (value === SOURCES.EXTERNAL_HARDWARE || value === SOURCES.SPARK_CONTROL_X) return value;