Skip to content

Commit

Permalink
Fix minor spelling mistake in api/README.md (bluesky-social#3037)
Browse files Browse the repository at this point in the history
Fix minor spelling mistake
  • Loading branch information
testsnake authored Nov 19, 2024
1 parent 64d9310 commit 828f17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@ const res4 = await agent.app.bsky.feed.post.list({ repo: alice.did })

### Non-browser configuration

If you environment doesn't have a built-in `fetch` implementation, you'll need
If your environment doesn't have a built-in `fetch` implementation, you'll need
to provide one. This will typically be done through a polyfill.

### Bring your own fetch

If you want to provide you own `fetch` implementation, you can do so by
If you want to provide your own `fetch` implementation, you can do so by
instantiating the sessionManager with a custom fetch implementation:

```typescript
Expand Down

0 comments on commit 828f17f

Please sign in to comment.