Skip to content

Commit

Permalink
Fix typo in environment.ts (#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
UpliftMacaw authored Jun 19, 2024
1 parent 05c5607 commit 16303e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/config/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ export type ConfigModuleRuleType =
export type TailConsumer = {
/** The name of the service tail events will be forwarded to. */
service: string;
/** (Optional) The environt of the service. */
/** (Optional) The environment of the service. */
environment?: string;
};

Expand Down

0 comments on commit 16303e9

Please sign in to comment.