Skip to content

Commit

Permalink
Merge pull request ProjectOpenSea#258 from git-sgmoore/patch-2
Browse files Browse the repository at this point in the history
Minor grammar and spelling fix
  • Loading branch information
Meemaw authored Dec 14, 2021
2 parents 14c2e4d + e58c987 commit b9c59fe
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 b9c59fe

Please sign in to comment.