diff --git a/src/web/html/index.html b/src/web/html/index.html
index af9eb4c1..4f90daad 100755
--- a/src/web/html/index.html
+++ b/src/web/html/index.html
@@ -536,7 +536,7 @@
- To add: drag the operation over the favourites category and drop it
- - To reorder: drag up and down in the list below or press Ctrl + Up/Down Arrow
+ - To reorder: drag up and down in the list below or focus on operation and press Ctrl + Up/Down Arrow to reorder using keyboard
- To remove: hit the delete button or drag out of the list below
diff --git a/src/web/waiters/OperationsWaiter.mjs b/src/web/waiters/OperationsWaiter.mjs
index 5ca6c2e4..0b49c28a 100755
--- a/src/web/waiters/OperationsWaiter.mjs
+++ b/src/web/waiters/OperationsWaiter.mjs
@@ -280,7 +280,7 @@ class OperationsWaiter {
/**
* Handler for navigation key press events.
* Navigates through the favourites list and corresponding delete buttons.
- * Move favourites elements up and down with Ctrl + Arrow keys to imite drag and drop mouse functionality.
+ * Move favourites elements up and down with Ctrl + Arrow keys to imitate drag and drop mouse functionality.
*/
ArrowNavFavourites(event) {
const currentElement = event.target;