Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/guides/writing/casts.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const castWithEmojiAndMentions = await makeCastAdd(

A cast can be a reply to another cast, URL or NFT. A reply to another cast is treated as a thread, while a reply to a URL or NFT can be treated as a comment or a [channel](#channels).

The optional parentUrl property can be set to a URL or to an fid-hash value of the cast being replied to, as shown in th example below. See [FIP-2](https://github.com/farcasterxyz/protocol/discussions/71) for more details on reply types.
The optional parentUrl property can be set to a URL or to an fid-hash value of the cast being replied to, as shown in the example below. See [FIP-2](https://github.com/farcasterxyz/protocol/discussions/71) for more details on reply types.

```typescript
/**
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/guides/writing/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const castRemove = await makeCastRemove(
);
```

To create casts with embeds, mentions, channels emoji, see the [casts](../writing/casts.md) tutorial.
To create casts with embeds, mentions, channels, and emoji, see the [casts](../writing/casts.md) tutorial.

## Reactions

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/guides/writing/verify-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Write access to a Snapchain instance
- Private key of an account key registered to an fid
- An Ethereum provider URL for OP Mainnet (e.g. via [Alchemy](https://www.alchemy.com/),[Infura](https://www.infura.io/) or [QuickNode](https://www.quicknode.com/)).
- An Ethereum provider URL for OP Mainnet (e.g. via [Alchemy](https://www.alchemy.com/), [Infura](https://www.infura.io/) or [QuickNode](https://www.quicknode.com/)).

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Learn how to build mini apps (previously called Frames) that run inside a Farcas

Make it easy for users to sign in to your app with their Farcaster account.

- [Examples](/auth-kit/examples.md) - see Sign in with Farcaster (SIWF) in action
- [AuthKit](/auth-kit/installation.md) - a React toolkit to integrate SIWF
- [Examples](/auth-kit/examples) - see Sign in with Farcaster (SIWF) in action
- [AuthKit](/auth-kit/installation) - a React toolkit to integrate SIWF
- [FIP-11](https://github.com/farcasterxyz/protocol/discussions/110) - the formal standard for SIWF

## Analyze Farcaster data
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/siwf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a streamlined onboarding experience and social-powered features.
3. Receive and verify a signature from Farcaster.
4. Show the logged in user's profile picture and username.

![Sign In with Farcaste demo](./siwf_demo.avifs)
![Sign In with Farcaster demo](./siwf_demo.avifs)

## Next Steps

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/farcaster/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ curl -X DELETE \

`GET /fc/account-verifications`

### This endpoint is not stable (beta) and likely to have breaking changes in the future or get depracated.
### This endpoint is not stable (beta) and likely to have breaking changes in the future or get deprecated.

List of account verifications attested by the Farcaster client. Ordered by the time when the verification occurred, descending. Paginated. Not authenticated.

Expand Down