Skip to content

Commit 655486b

Browse files
missing space
1 parent 48114d2 commit 655486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Feature_Contribution_Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Most features can be generally broken down into 3 main parts:
3232
## Event Data Implementation Requirements
3333
The EventData defines exactly what data the handler is expected to receive from the event.
3434

35-
* All EventDatum for the feature should be defined in `MixedRealityToolkit/_Core/EventDatum/<FeatureName>`.
35+
* All Event Datum for the feature should be defined in `MixedRealityToolkit/_Core/EventDatum/<FeatureName>`.
3636
* All new Event Data classes should inherit from `GenericBaseEventData`
3737

3838
## Handler Implementation Requirements

0 commit comments

Comments
 (0)