Skip to content

Commit ea8ca23

Browse files
committed
Fixup small typo
1 parent 72b608e commit ea8ca23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation~/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class TriggerEvent : MonoBehaviour
8888
## Passing Arguments
8989
Often systems will require some context when they're being invoked. To solve this, this package provides a set of events with commonly used types which can be used to carry information.
9090

91-
### How to Trigger Events with Arguments
91+
### How to Raise Events with Arguments
9292
To create an event asset which carries information, right-click in the _Project Window_ and select an event with a specific type from _Create/Scriptable Event/*_ menu:
9393
<p align="center">
9494
<img src="scriptable-event-arg-create.png"/>

0 commit comments

Comments
 (0)