fix: spellcheck toggle note about plain editor only

This commit is contained in:
Mo
2022-01-10 09:31:02 -06:00
parent f2d013b5e1
commit 660f74c8ba

View File

@@ -72,8 +72,8 @@ export const Tools: FunctionalComponent<Props> = observer(
<div className="flex flex-col"> <div className="flex flex-col">
<Subtitle>Spellcheck</Subtitle> <Subtitle>Spellcheck</Subtitle>
<Text> <Text>
May degrade performance, especially with long notes. Available May degrade performance, especially with long notes. This option only controls
in the Plain Text editor and most specialty editors. spellcheck in the Plain Editor.
</Text> </Text>
</div> </div>
<Switch onChange={toggleSpellcheck} checked={spellcheck} /> <Switch onChange={toggleSpellcheck} checked={spellcheck} />