From 711580b791c431013d874d00b556f736802552d3 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 9 Sep 2023 00:27:59 -0500 Subject: [PATCH] fix typo --- doc/2-interface/order-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/2-interface/order-list.md b/doc/2-interface/order-list.md index 8798652da..d118c3fa4 100644 --- a/doc/2-interface/order-list.md +++ b/doc/2-interface/order-list.md @@ -14,7 +14,7 @@ hovering over a pattern number will pop up a tooltip showing the name of that pa the buttons are: - **Add new order**: adds a new order. -- **Remove order**: removes the currently sected order. +- **Remove order**: removes the currently selected order. - **Duplicate order**: adds a new order with patterns matching the selected one directly below it. - right-click to "deep clone"; this copies all patterns involved to new ones. - **Move order up**: swaps the selected order with the one above it.