Skip to content

Commit

Permalink
apply small fix in getPlatformProxy's dispose text (#12975)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Feb 14, 2024
1 parent d5c0395 commit c382ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/workers/wrangler/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const platform = await getPlatformProxy(options);
* `dispose()` {{<type>}}() => Promise\<void>{{</type>}}

* Terminates the underlying `workerd` process.
* Call this after the platform proxy is no longer required by the program. If you are running a long running process (such as a dev server) that can indefinitely make use of bindings, you don't need to call this function.
* Call this after the platform proxy is no longer required by the program. If you are running a long running process (such as a dev server) that can indefinitely make use of the proxy, you do not need to call this function.

{{</definitions>}}

Expand Down

0 comments on commit c382ab5

Please sign in to comment.