Skip to content

Commit 756500b

Browse files
Typo
Co-authored-by: surfdude29 <[email protected]>
1 parent 66bc1b5 commit 756500b

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
@@ -241,7 +241,7 @@ export function isMain(value: unknown): values is Main {
241241

242242
That implementation of the discriminator is invalid.
243243

244-
- Fist because a `$type` is not allowed to end with `#main` (as per atproto specification).
244+
- First, because a `$type` is not allowed to end with `#main` (as per atproto specification).
245245
- Second because the `isMain` function does not actually check the structure of the object, only its `$type` property.
246246

247247
This invalid behavior could yield runtime errors that could otherwise have been avoided during development:

0 commit comments

Comments
 (0)