Skip to content

Commit 6ef1a42

Browse files
committed
fixup! typos
1 parent 16a7884 commit 6ef1a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cloudflare/src/cli/build/patches/ast/optional-deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type SgNode } from "@ast-grep/napi";
33
import { applyRule } from "./util.js";
44

55
/**
6-
* Handle optional dependencies.
6+
* Handles optional dependencies.
77
*
88
* A top level `require(optionalDep)` would throw when the dep is not installed.
99
*

packages/cloudflare/src/cli/build/patches/plugins/wrangler-external.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Makes files handled by wrangler external.
33
*
4-
* Paths need to be absolute so that their are valid in the output bundle.
4+
* Paths need to be absolute so that they are valid in the output bundle.
55
*/
66

77
import { dirname, resolve } from "node:path";

0 commit comments

Comments
 (0)