Skip to content

Commit d6867c4

Browse files
Minor edit.
1 parent 69cd9ba commit d6867c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

What's-new-in-TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fs.readFile(path, (err, data) => {
6868
## Version selection with `typesVersions`
6969

7070
Feedback from our community, as well as our own experience, has shown us that leveraging the newest TypeScript features while also accomodating users on the older versions are difficult.
71-
TypeScript introduces a new feature called `typesVersions` to help accomodate this model.
71+
TypeScript introduces a new feature called `typesVersions` to help accomodate these scenarios.
7272

7373
When using Node module resolution in TypeScript 3.1, when TypeScript cracks open a `package.json` file to figure out which files it needs to read, it first looks at a new field called `typesVersions`.
7474
A `package.json` with a `typesVersions` field might look like this:

0 commit comments

Comments
 (0)