Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Dec 20, 2024
1 parent fe4623c commit a7bd27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/en/1_getting_started/6_events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ obj.trigger("hi"); // :>
| `animateChannelFinished` | [`animate()`](doc/ctx/animate) | Runs when animation channel finishes | Using `on()` | [`obj.onAnimateChannel()`](/doc/AnimateComp/#AnimateComp-onAnimateChannelFinished) |
| `animateFinished` | [`animate`](doc/ctx/animate) | Runs when animation finishes | Using `on()` | [`obj.onAnimateFinished()`](/doc/AnimateComp/#AnimateComp-onAnimateFinished) |
| `spatialMapChanged` | [`level()`](doc/ctx/level) | Runs when spatial map changes | Using `on()` | [`obj.onSpatialMapChanged()`](/doc/LevelComp/#LevelComp-onSpatialMapChanged) |
| `navigationMapInvalid` | [`level()`](doc/ctx/level) | Runs when navigation map becomes invalid | Using `on()` | [`obj.onNavMapInvalid()`](/doc/LevelComp/#LevelComp-onNavigationMapInvalid) |
| `avigationMapChanged` | [`level()`](doc/ctx/level) | Runs when navigation map changes | Using `on()` | [`obj.onNavMapChanged()`](/doc/LevelComp/#LevelComp-onNavigationMapChanged) |
| `navigationMapInvalid` | [`level()`](doc/ctx/level) | Runs when navigation map becomes invalid | Using `on()` | [`obj.onNavigationMapInvalid()`](/doc/LevelComp/#LevelComp-onNavigationMapInvalid) |
| `avigationMapChanged` | [`level()`](doc/ctx/level) | Runs when navigation map changes | Using `on()` | [`obj.onNavigationMapChanged()`](/doc/LevelComp/#LevelComp-onNavigationMapChanged) |

### App Events List

Expand Down

0 comments on commit a7bd27d

Please sign in to comment.