Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion triumph-gui/3_x_x/3-additional/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down