From 2cfa007d4c27baebc16d9bf7faf3839302f72f6f Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 26 Sep 2023 17:31:00 +0100 Subject: [PATCH] Typo Co-authored-by: Robin --- src/settings/rageshake.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/rageshake.ts b/src/settings/rageshake.ts index cb668c91..d3aaf1dc 100644 --- a/src/settings/rageshake.ts +++ b/src/settings/rageshake.ts @@ -566,7 +566,7 @@ const getCircularReplacer = function (): StringifyReplacer { depth = depthMap.get(value) ?? 0; } - // 'this' is supposed to be the object the value was foudn in, according to + // 'this' is supposed to be the object the value was found in, according to // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify // but that doesn't seem to be the case. Instead, we do a pre-pass on the children here to // remember what depth we saw them at.