Skip to content

Commit 30d122b

Browse files
authored
Fix typo in workers-rs panic recovery changelog
1 parent 8f9b3e9 commit 30d122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-09-19-workers-rs-panic-recovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In [workers-rs](https://github.com/cloudflare/workers-rs), Rust panics were prev
1010

1111
Now, when a panic occurs, in-flight requests will throw 500 errors, but the Worker will automatically and instantly recover for future requests.
1212

13-
This ensures more reliable deployents. Automatic panic recovery is enabled for all new workers-rs deployments as of version 0.6.5, with no configuration required.
13+
This ensures more reliable deployments. Automatic panic recovery is enabled for all new workers-rs deployments as of version 0.6.5, with no configuration required.
1414

1515
## Fixing Rust Panics with Wasm Bindgen
1616

0 commit comments

Comments
 (0)