From 998f811e58e91de9ed646fb9dec9812fdb47e747 Mon Sep 17 00:00:00 2001
From: Peter Klecha <54185879+peetklecha@users.noreply.github.com>
Date: Tue, 18 Jul 2023 10:18:49 -0400
Subject: [PATCH] Update test/built-ins/Promise/withResolvers/ctx-non-ctor.js

Co-authored-by: Ms2ger <Ms2ger@gmail.com>
---
 test/built-ins/Promise/withResolvers/ctx-non-ctor.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/built-ins/Promise/withResolvers/ctx-non-ctor.js b/test/built-ins/Promise/withResolvers/ctx-non-ctor.js
index affa6b0fe4..d4b11e8fcb 100644
--- a/test/built-ins/Promise/withResolvers/ctx-non-ctor.js
+++ b/test/built-ins/Promise/withResolvers/ctx-non-ctor.js
@@ -2,7 +2,7 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description: Promise.withResolvers errors when the reciever is not a constructor
+description: Promise.withResolvers errors when the receiver is not a constructor
 esid: sec-promise.withresolvers
 features: [promise-with-resolvers]
 ---*/