ImageZoom: fix typo (#1832)

This commit is contained in:
nora
2023-10-25 16:37:07 -05:00
committed by GitHub
parent 635b80c58b
commit 38daf6ec2b

View File

@ -94,7 +94,7 @@ const imageContextMenuPatch: NavContextMenuPatchCallback = children => () => {
/>
<Menu.MenuCheckboxItem
id="vc-nearest-neighbour"
label="Nearset Neighbour"
label="Nearest Neighbour"
checked={settings.store.nearestNeighbour}
action={() => {
settings.store.nearestNeighbour = !settings.store.nearestNeighbour;