Skip to content

Commit 432d58c

Browse files
authored
Fix typo in docs
1 parent f83bf1c commit 432d58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Methods:
104104
- `Framebuffer.prototype.resizeCanvas(width: number, height: number)`
105105
- Resizes the Framebuffer to the specified size
106106
- This turns off autosizing to match the canvas size
107-
- `Framebuffer.prototype.autiSized()`
107+
- `Framebuffer.prototype.autoSized()`
108108
- Returns whether or not the framebuffer will automatically match the canvas's size
109-
- `Framebuffer.prototype.autiSized(shouldAutoSize: boolean)`
109+
- `Framebuffer.prototype.autoSized(shouldAutoSize: boolean)`
110110
- Sets whether or not the framebuffer should automatically match the canvas's size
111111
- `Framebuffer.prototype.pixelDensity()`
112112
- Returns the current pixel density of the framebuffer

0 commit comments

Comments
 (0)