Skip to content

Commit c5aecf5

Browse files
typo
1 parent 5f88d37 commit c5aecf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-02-14-typescript-sdk-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ import { AppBskyEmbedImages } from '@atproto/api'
284284

285285
// Get a post from the API (the API's contract
286286
// guarantees the validity of the data)
287-
declare const post: AppBskyEmbedImages.isMain
287+
declare const post: AppBskyEmbedImages.Main
288288

289289
// The `is*` utilities are an efficient way to
290290
// discriminate **valid** data based on their `$type`

0 commit comments

Comments
 (0)