Skip to content

Commit 3cb4614

Browse files
adriancuadradoSaeWooKKangjakebailey
authored
Update Object Types.md (#3082)
Co-authored-by: JaeYoung <87258182+SaeWooKKang@users.noreply.github.com> Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
1 parent 2eb3d80 commit 3cb4614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/Object Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ draw({ color: "blue", radius: 42 });
579579
draw({ color: "red", raidus: 42 });
580580
```
581581

582-
## Interfaces vs. Intersections
582+
## Interface Extension vs. Intersection
583583

584584
We just looked at two ways to combine types which are similar, but are actually subtly different.
585585
With interfaces, we could use an `extends` clause to extend from other types, and we were able to do something similar with intersections and name the result with a type alias.

0 commit comments

Comments
 (0)