Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hood committed Jun 21, 2023
1 parent cbf5dde commit 7df9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiber/src/core/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function loadingFn<L extends LoaderProto<any>>(
res(data)
},
onProgress,
(error) => reject(new Error(`Could not load ${input}: ${error.message})`)),
(error) => reject(new Error(`Could not load ${input}: ${error.message}`)),
),
),
),
Expand Down

0 comments on commit 7df9fb8

Please sign in to comment.