Skip to content

Commit

Permalink
[flow][docs] Minor: fix typo
Browse files Browse the repository at this point in the history
Summary:
Fix typo

Changelog: [internal]

Reviewed By: SamChou19815

Differential Revision: D67817182

fbshipit-source-id: 4fdfed6f026959447ec32b4838e5d969e68976f2
  • Loading branch information
gkz authored and facebook-github-bot committed Jan 4, 2025
1 parent c96454a commit ba81e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/lang/refinements.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ since they may have other unknown properties, including the one we are checking.
Additionally, [optional properties](../../types/objects/#toc-optional-object-type-properties) may or may not exist, so are not particularly useful to check against.
If you want to refine a union of [tuple types](../../types/tuples/) based on whether an element exists,
check the [length](../../types/tuples/#length-refinement) property instead of attempted to use `in`.
check the [length](../../types/tuples/#length-refinement) property instead of attempting to use `in`.
### `instanceof` checks
Expand Down

0 comments on commit ba81e20

Please sign in to comment.