Skip to content

Commit b44416b

Browse files
kalewis5331kl5331
andauthored
Typo
Co-authored-by: kl5331 <resocki@gmail.com>
1 parent de0ece7 commit b44416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/functions/src/react/TodoList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const API = {
2222
method: "DELETE",
2323
});
2424
if (!response.ok) {
25-
throw new Error("Could not create todo");
25+
throw new Error("Could not delete todo");
2626
}
2727
await response.text();
2828
},

0 commit comments

Comments
 (0)