diff --git a/lib/dereference.ts b/lib/dereference.ts index 25d441f5..dc3f9cc9 100644 --- a/lib/dereference.ts +++ b/lib/dereference.ts @@ -123,7 +123,7 @@ function crawl = Parse circular = dereferenced.circular; // Avoid pointless mutations; breaks frozen objects to no profit if (obj[key] !== dereferenced.value) { - // If we have properties we want to preserve from our derefernced schema then we need + // If we have properties we want to preserve from our dereferenced schema then we need // to copy them over to our new object. const preserved: Map = new Map(); if (typeof obj[key] === "object" && !Array.isArray(obj[key])) {