Skip to content

Commit f2fa829

Browse files
Apply suggestions from code review
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 82c4597 commit f2fa829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/compatibility-flags/disable-top-level-await-in-require.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ disable_flag: "enable_top_level_await_in_require"
1212
---
1313

1414
Workers implements the ability to use the Node.js style `require(...)` method
15-
to import modules in the worker bundle. Historically, this mechanism allowed
15+
to import modules in the Worker bundle. Historically, this mechanism allowed
1616
required modules to use top-level await. This, however, is not Node.js
1717
compatible.
1818

src/content/compatibility-flags/to-string-tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable_flag: "set_tostring_tag"
1111
disable_flag: "do_not_set_tostring_tag"
1212
---
1313

14-
A change was made that set the Symbol.toStringTag on all workers API objects
14+
A change was made that set the Symbol.toStringTag on all Workers API objects
1515
in order to fix several spec compliance bugs. Unfortunately it turns out
1616
that was more breaking than expected. The `do_not_set_tostring_tag` compat
1717
flag restores the original behavior for compat dates before 2024-09-26

0 commit comments

Comments
 (0)