Skip to content

Commit 2407105

Browse files
authored
Fix Typo in Comment: "referecnes" to "references" in import.test.ts
This pull request corrects a typo in the comment within the test/import.test.ts file. The word "referecnes" has been updated to "references" for better clarity and accuracy. No functional code changes were made; this is purely a documentation/comment fix. Merges #230
1 parent dea7ffa commit 2407105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/import.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const requireCjs = async (
2020
// Necessary for the browser tests.
2121
global.window = {};
2222
23-
// Use flatted for better handling of non-JSON content, circular referecnes, etc.
23+
// Use flatted for better handling of non-JSON content, circular references, etc.
2424
const { stringify } = require("flatted");
2525
2626
const module = require("${moduleFullPath}");

0 commit comments

Comments
 (0)