You've already forked Documentation
mirror of
https://github.com/FullScreenShenanigans/Documentation.git
synced 2026-04-28 13:03:28 -07:00
Typo fix for "compoents"
This commit is contained in:
@@ -22,7 +22,7 @@ They all contain a `.gameStarter` reference to their parent GameStartr, and may
|
||||
|
||||
The `GameStartr` class comes with a few built-in components for core engine features, such as `Graphics`, `Maps`, and `Physics`.
|
||||
|
||||
You can implement your own compoents by subclassing `Component`.
|
||||
You can implement your own components by subclassing `Component`.
|
||||
|
||||
```typescript
|
||||
import { Component } from "eightbittr/lib/Component";
|
||||
|
||||
Reference in New Issue
Block a user