Skip to content

Commit

Permalink
docs: fix scene typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 16, 2024
1 parent 966eec1 commit 3d98de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/02-fundamentals/06-loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class LevelOne extends ex.Scene {

```

To customize the loader you are passed during [[Scence.onPreLoad]] update you scene config like so
To customize the loader you are passed during [[Scene.onPreLoad]] update you scene config like so

```typescript
import * as ex from 'excalibur';
Expand Down

0 comments on commit 3d98de5

Please sign in to comment.