Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/snaps-controllers/src/snaps/SnapController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export type SnapControllerArgs = {
excludedPermissions?: Record<string, string>;

/**
* 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;
Expand Down