From 2cc6a811742e5798e949825626a12ec861cbb82d Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Fri, 15 Dec 2023 08:12:53 -0800 Subject: [PATCH] nit grammar --- src/api/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api.ts b/src/api/api.ts index a37c054f8..b7c1f8588 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -626,7 +626,7 @@ export class OpenSeaAPI { if (errors?.length > 0) { throw new Error(`Server Error: ${errors.join(", ")}`); } else { - // Otherwise, let ethers throw a SERVER_ERROR error since it will include + // Otherwise, let ethers throw a SERVER_ERROR since it will include // more context about the request and response. response.assertOk(); }