Skip to content

Commit d79fae9

Browse files
committed
fix typo
1 parent 031e560 commit d79fae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ <h2><a id="engine-api">Engine API</a></h2>
690690
// Update or reset the palette color
691691
// example: pal(['#000', '#FFF']) is a 1-bit color palette
692692
// example: pal() resets the default color palette
693-
pal(index: string[]): void
693+
pal(colors: string[]): void
694694

695695
// shutdown the engine
696696
// also emits the "quit" event

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.82.0";
2+
const version = "2.82.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)