Skip to content

Commit 0e0ea82

Browse files
authored
cheatsheet: fix typo (#102)
1 parent 034544c commit 0e0ea82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Is there something common you think is missing? Check the [github repository](ht
3636
- [Manipulate hardware OAM sprites](#manipulate-hardware-oam-sprites)
3737
- [Implement a Shadow OAM using @eievui5's Sprite Object Library](#implement-a-shadow-oam-using-eievui5s-sprite-object-library)
3838
- [Manipulate Shadow OAM OAM sprites](#manipulate-shadow-oam-oam-sprites)
39-
- [Micelaneous](#micelaneous)
39+
- [Miscellaneous](#miscellaneous)
4040
- [Save Data](#save-data)
4141
- [Generate random numbers](#generate-random-numbers)
4242

@@ -636,7 +636,7 @@ inc a
636636
ld [wShadowOAM], a
637637
```
638638

639-
## Micelaneous
639+
## Miscellaneous
640640

641641
### Save Data
642642

0 commit comments

Comments
 (0)