Skip to content

Commit

Permalink
nit grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Dec 15, 2023
1 parent ed9b4b2 commit 2cc6a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 2cc6a81

Please sign in to comment.