Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Feb 12, 2024
1 parent 1801aaa commit b79bf09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ fetchUserAddress(3);
// Fid - Farcaster Id
fid: number;

// Optional options to speicify whether the client wants custody and/or verified addresses
// Optional options to specify whether the client wants custody and/or verified addresses
// along with their neynar api key
type GetFarcasterUserAddressOptions =
| {
Expand Down
4 changes: 2 additions & 2 deletions src/farcaster/getFarcasterUserAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ type GetFarcasterUserAddressOptions =
/**
* Get the user address for a given fid
* @param fid The farcaster id
* @param FarcasterAddressType represents whether the client wants a verified address or a custody address
* @returns the validation addresses or the custory address. If there is an error, it returns null
* @param GetFarcasterUserAddressOptions The options to specify the type of addresses to get and the neynar api key
* @returns the custory address and/or verified addresses. If there is an error, it returns null
*/
async function getFarcasterUserAddress(
fid: number,
Expand Down
2 changes: 1 addition & 1 deletion src/farcaster/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* GetFarcasterUserAddressRequest
* GetFarcasterUserAddressResponse
*
* Note: exported as public Type
*/
Expand Down

0 comments on commit b79bf09

Please sign in to comment.