Typo fix for "compoents"

This commit is contained in:
Josh Goldberg
2017-05-24 10:04:49 -07:00
committed by GitHub
parent f1b11f34aa
commit 511a342d32
+1 -1
View File
@@ -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";