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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adircoh committed Aug 22, 2024
1 parent a7fd4cd commit 5671433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/api/live-game-data/supported-games/once-human.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Data Example:
Event | Event Data | Fired When | Notes | Since GEP Ver. |
------------| -------------| --------------| -------------------------------------- | ---------------|
knockout | nulll | When the local player is knockout| See [notes](#knockout-note) |259.0|
levelUp | nulll | When the local player level up| See [notes](#levelUp-note) |259.0|
level_up | nulll | When the local player level up| See [notes](#level_up-note) |259.0|
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |259.0|
match_end | nulll | At the end of each match| See [notes](#match_end-note) |259.0|

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

#### *levelUp* note
#### *level_up* note

Data Example:

```json
{"events":[{"name":"levelUp","data":null}]}
{"events":[{"name":"level_up","data":null}]}
```

#### *match_start* note
Expand Down

0 comments on commit 5671433

Please sign in to comment.