Skip to content

Commit 38e4ebd

Browse files
authored
Fix typo in README.md, components (plural) (#1045)
1 parent 31cc810 commit 38e4ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add([
3232
Game objects are composed from simple, powerful components:
3333

3434
```js
35-
// Add a Game Obj to the scene from a list of component
35+
// Add a Game Obj to the scene from a list of components
3636
const player = add([
3737
rect(40, 40), // it renders as a rectangle
3838
pos(100, 200), // it has a position (coordinates)

0 commit comments

Comments
 (0)