Skip to content

Commit d9a0c73

Browse files
authored
Apply suggestion from @vicb
1 parent 445f9cf commit d9a0c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/nodejs-compat-process-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ that only provided the limited `nextTick`, `env`, `exit`, `getBuiltinModule`, `p
1212

1313
To continue using the previous minimal implementation after the compat date, set the `disable_nodejs_process_v2` flag instead.
1414

15-
Most Node.js-supported process properties are implemented where possible, with undefined exports for unsupported features. See the Wo[process documentation](/workers/runtime-apis/nodejs/process/) for Workers-specific implementation details.
15+
Most Node.js-supported process properties are implemented where possible, with undefined exports for unsupported features. See the [process documentation](/workers/runtime-apis/nodejs/process/) for Workers-specific implementation details.

0 commit comments

Comments
 (0)