Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 5671433

Browse files
committed
Fix typo
1 parent a7fd4cd commit 5671433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/api/live-game-data/supported-games/once-human.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Data Example:
8282
Event | Event Data | Fired When | Notes | Since GEP Ver. |
8383
------------| -------------| --------------| -------------------------------------- | ---------------|
8484
knockout | nulll | When the local player is knockout| See [notes](#knockout-note) |259.0|
85-
levelUp | nulll | When the local player level up| See [notes](#levelUp-note) |259.0|
85+
level_up | nulll | When the local player level up| See [notes](#level_up-note) |259.0|
8686
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |259.0|
8787
match_end | nulll | At the end of each match| See [notes](#match_end-note) |259.0|
8888

@@ -94,12 +94,12 @@ Data Example:
9494
{"events":[{"name":"knockout","data":null}]}
9595
```
9696

97-
#### *levelUp* note
97+
#### *level_up* note
9898

9999
Data Example:
100100

101101
```json
102-
{"events":[{"name":"levelUp","data":null}]}
102+
{"events":[{"name":"level_up","data":null}]}
103103
```
104104

105105
#### *match_start* note

0 commit comments

Comments
 (0)