microsoft / TypeScript-Handbook

Deprecated, please use the TypeScript-Website repo instead
https://github.com/microsoft/TypeScript-Website
Apache License 2.0
4.88k stars 1.13k forks source link

Typo on "Unions and Intersections" page #1311

Open jwbth opened 4 years ago

jwbth commented 4 years ago

I'm not sure if it's the right place to issue it because I don't see the "Unions and Intersections" page that is present on the website: https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html - in this repository, but that's too bad a typo to just pass by:

function extendextends {}, Second extends {}>(

I suppose this is meant:

function extend<First extends {}, Second extends {}>(

Chrome, Firefox.

jpelton-stroud commented 4 years ago

I don't see the "Unions and Intersections" page that is present on the website: https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html - in this repository

That's a very good point...where the heck is this section?

orta commented 4 years ago

This repo is waiting to be frozen - https://github.com/microsoft/TypeScript-Handbook/pull/1313

All docs now live with the website here - https://github.com/microsoft/TypeScript-Website/