Skip to content

Commit

Permalink
[1.20.x] correct the spelling of one word within events.md (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
src_resources authored Jul 15, 2023
1 parent 3be4c0a commit b3944ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Example: An event can be used to perform an action when a Vanilla stick is right

The main event bus used for most events is located at `MinecraftForge#EVENT_BUS`. There is another event bus for mod specific events located at `FMLJavaModLoadingContext#getModEventBus` that you should only use in specific cases. More information about this bus can be found below.

Every event is fired on one of these busses: most events are fired on the main forge event bus, but some are fired on the mod specific event buses.
Every event is fired on one of these buses: most events are fired on the main forge event bus, but some are fired on the mod specific event buses.

An event handler is some method that has been registered to an event bus.

Expand Down

0 comments on commit b3944ad

Please sign in to comment.