Skip to content

Commit 5f24884

Browse files
vicbjames-elicx
andauthored
Update packages/cloudflare/src/cli/build/patches/ast/util.ts
Co-authored-by: James Anderson <[email protected]>
1 parent a931fd8 commit 5f24884

File tree

1 file changed

+1
-1
lines changed
  • packages/cloudflare/src/cli/build/patches/ast

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/ast/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { type Edit, Lang, type NapiConfig, parse, type SgNode } from "@ast-grep/
22
import yaml from "yaml";
33

44
/**
5-
* fix has the same meanning as in yaml rules
5+
* fix has the same meaning as in yaml rules
66
* see https://ast-grep.github.io/guide/rewrite-code.html#using-fix-in-yaml-rule
77
*/
88
export type RuleConfig = NapiConfig & { fix?: string };

0 commit comments

Comments
 (0)