Use American English spelling throughout

This commit is contained in:
2026-09-15 11:45:58 -07:00
parent 6ba89696ee
commit d1731efdb9
169 changed files with 786 additions and 795 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export function FilesTree() {
const [rootDrop, setRootDrop] = useState(false);
const menu = useMenu();
/* Shared with the list pane: a drag starting in one has to be recognised by
/* Shared with the list pane: a drag starting in one has to be recognized by
the other. See the note on `draggingId` in the store. */
const draggingIds = useFiles((s) => s.draggingIds);
const setDragging = useFiles((s) => s.setDragging);