Skip to content

Commit

Permalink
chore: fix typo (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
hood authored Jul 20, 2023
1 parent b638250 commit 89776ea
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 89776ea

Please sign in to comment.