Skip to content

Commit 819d2a9

Browse files
authored
[Workers] Fix typo (#17651)
1 parent 206a644 commit 819d2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/source-maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Miniflare can also [output source maps](https://miniflare.dev/developing/source-
4545
​​
4646
When your Worker throws an uncaught exception, we fetch the source map and use it to map the stack trace of the exception back to lines of your Worker’s original source code.
4747

48-
You can then view the stack trace in when streaming [real-time logs](/workers/observability/logs/real-time-logs/) or in [Tail Workers](/workers/observability/logs/tail-workers/).
48+
You can then view the stack trace when streaming [real-time logs](/workers/observability/logs/real-time-logs/) or in [Tail Workers](/workers/observability/logs/tail-workers/).
4949

5050
:::note
5151

0 commit comments

Comments
 (0)