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