Skip to content

Commit

Permalink
Minor grammar and spelling fix
Browse files Browse the repository at this point in the history
Spelling fix at line 236. Grammar fix at line 267.
  • Loading branch information
git-sgmoore authored Nov 24, 2021
1 parent 6d14941 commit e58c987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }: {
Expand Down

0 comments on commit e58c987

Please sign in to comment.