Skip to content

Commit

Permalink
docs: fix typo "n Excalibur" -> "in Excalibur" in tutorial step 03 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
npretto authored Feb 10, 2025
1 parent 92aade0 commit d7910ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/00-tutorial/03-step-bird-and-ground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Ground extends ex.Actor {

We can make our `Bird` move by giving it some acceleration in `onInitialize`, it is generally recommended to initialize state in `onInitialize`. It makes testing easier and defers initialization until excalibur primitives are available. `onInitialize` is called once before the first update of the `Actor`.

*BTW n Excalibur the positive y axis points down!*
*BTW in Excalibur the positive y axis points down!*

```typescript
// bird.ts
Expand Down

0 comments on commit d7910ed

Please sign in to comment.