From 79a2089e5d996d2528446c53adbdfa85b31f28db Mon Sep 17 00:00:00 2001 From: futurehua Date: Sat, 18 Jul 2026 13:32:39 +0800 Subject: [PATCH] chore: fix typo in SnapController comment Signed-off-by: futurehua --- packages/snaps-controllers/src/snaps/SnapController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-controllers/src/snaps/SnapController.ts b/packages/snaps-controllers/src/snaps/SnapController.ts index 2c5b71bf57..b000a69103 100644 --- a/packages/snaps-controllers/src/snaps/SnapController.ts +++ b/packages/snaps-controllers/src/snaps/SnapController.ts @@ -616,7 +616,7 @@ export type SnapControllerArgs = { excludedPermissions?: Record; /** - * The function that will be used by the controller fo make network requests. + * The function that will be used by the controller to make network requests. * Should be compatible with {@link fetch}. */ fetchFunction?: typeof fetch;