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;