From 69378b54c7579c6f764561e97b881be1c346b872 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 19 Feb 2025 22:39:38 +0100 Subject: [PATCH] Fixed typo --- triumph-gui/3_x_x/3-additional/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triumph-gui/3_x_x/3-additional/features.md b/triumph-gui/3_x_x/3-additional/features.md index 8b770c7..45c088c 100644 --- a/triumph-gui/3_x_x/3-additional/features.md +++ b/triumph-gui/3_x_x/3-additional/features.md @@ -57,7 +57,7 @@ gui.setOpenGuiAction(event -> { # Slot actions -If you want to add a click action to a specif slot without needing to have to specify the item in the slot, you can simply use the `setSlotAction`. +If you want to add a click action to a specific slot without needing to have to specify the item in the slot, you can simply use the `setSlotAction`. It also supports both rows and columns and slots. ```java