Skip to content

Commit 00c11d9

Browse files
authored
Merge pull request #956 from lightpanda-io/typo-fix
typo fix
2 parents bade412 + ed99ace commit 00c11d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdp/domains/fetch.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ fn continueRequest(cmd: anytype) !void {
238238
const transfer = intercept_state.remove(request_id) orelse return error.RequestNotFound;
239239

240240
log.debug(.cdp, "request intercept", .{
241-
.state = "contiune",
241+
.state = "continue",
242242
.id = transfer.id,
243243
.url = transfer.uri,
244244
.new_url = params.url,

0 commit comments

Comments
 (0)