Skip to content

Commit 85bd27a

Browse files
authored
fix a comment in wrangler API (#8842)
1 parent a460a9a commit 85bd27a

File tree

1 file changed

+1
-1
lines changed
  • packages/wrangler/src/api/integrations/platform

1 file changed

+1
-1
lines changed

packages/wrangler/src/api/integrations/platform/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export type GetPlatformProxyOptions = {
4848
configPath?: string;
4949
/**
5050
* Indicates if and where to persist the bindings data, if not present or `true` it defaults to the same location
51-
* used by wrangler v3: `.wrangler/state/v3` (so that the same data can be easily used by the caller and wrangler).
51+
* used by wrangler: `.wrangler/state/v3` (so that the same data can be easily used by the caller and wrangler).
5252
* If `false` is specified no data is persisted on the filesystem.
5353
*/
5454
persist?: boolean | { path: string };

0 commit comments

Comments
 (0)