From 1f36d0c6238ce73ef0907ce68e08fb1efca0aaa6 Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:13:09 -0700 Subject: [PATCH] chore: Change the spelling --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.ts b/lib/types.ts index f6df9ab..c743365 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -226,7 +226,7 @@ export type Effects = { }): Promise /** The idea is that we can mount the imageId, and it returns us the location of the mount. */ - createOverlayImage(options: { imageId: string }): Promise + createOverlayedImage(options: { imageId: string }): Promise /** Sandbox mode lets us read but not write */ is_sandboxed(): Promise