Skip to content

Commit

Permalink
docs: ๐Ÿ“š้…ๅˆ— => ใ‚ฟใƒ—ใƒซๅž‹
Browse files Browse the repository at this point in the history
  • Loading branch information
aiya000 committed Feb 17, 2023
1 parent 780d943 commit abbf6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/type-reuse/indexed-access-types.md
Expand Up @@ -65,7 +65,7 @@ type T = MixedArray[number];
// ^?
```

[`typeof`ๅž‹ๆผ”็ฎ—ๅญ](typeof-type-operator.md)ใจ็ต„ใฟๅˆใ‚ใ›ใ‚‹ใจใ€้…ๅˆ—ใฎๅ€คใ‹ใ‚‰่ฆ็ด ใฎๅž‹ใ‚’ๅฐŽใใ“ใจใ‚‚ใงใใพใ™ใ€‚
[`typeof`ๅž‹ๆผ”็ฎ—ๅญ](typeof-type-operator.md)ใจ็ต„ใฟๅˆใ‚ใ›ใ‚‹ใจใ€[ใ‚ฟใƒ—ใƒซๅž‹](../values-types-variables/tuple.md)ใฎๅ€คใ‹ใ‚‰ๅ„่ฆ็ด ใฎๅž‹ใ‚’ๅฐŽใใ“ใจใ‚‚ใงใใพใ™ใ€‚

```ts twoslash
const stateList = ["open", "closed"] as const;
Expand Down

0 comments on commit abbf6a4

Please sign in to comment.