From e58c98786ce2ad849f8fb3af15fe21383fae5a53 Mon Sep 17 00:00:00 2001 From: sgmoore Date: Wed, 24 Nov 2021 14:38:18 -0800 Subject: [PATCH] Minor grammar and spelling fix Spelling fix at line 236. Grammar fix at line 267. --- src/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api.ts b/src/api.ts index 350e9f1c5..e231a5297 100644 --- a/src/api.ts +++ b/src/api.ts @@ -233,7 +233,7 @@ export class OpenSeaAPI { } /** - * Fetch list of fungible tokens from the API matching paramters + * Fetch list of fungible tokens from the API matching parameters * @param query Query to use for getting orders. A subset of parameters on the `OpenSeaAssetJSON` type is supported * @param page Page number, defaults to 1. Can be overridden by * `limit` and `offset` attributes from OpenSeaFungibleTokenQuery @@ -264,7 +264,7 @@ export class OpenSeaAPI { } /** - * Fetch an bundle from the API, return null if it isn't found + * Fetch a bundle from the API, return null if it isn't found * @param slug The bundle's identifier */ public async getBundle({ slug }: {