Skip to content

Commit f5b1564

Browse files
Added missing of in README (DefinitelyTyped#45373)
"... at the end the first line" should be "... at the end *of* the first line"
1 parent bf720a4 commit f5b1564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ For example, here are the first few lines of [Node's type declarations](https://
474474
// Alberto Schiabel <https://github.com/jkomyno>
475475
```
476476

477-
Because `10.12` is at the end the first line, the npm version of the `@types/node` package will also be `10.12.x`.
477+
Because `10.12` is at the end of the first line, the npm version of the `@types/node` package will also be `10.12.x`.
478478
Note that the first-line comment in the `index.d.ts` file should only contain the `major.minor` version (e.g. `10.12`) and should not contain a patch version (e.g. `10.12.4`).
479479
This is because only the major and minor release numbers are aligned between library packages and type declaration packages.
480480
The patch release number of the type declaration package (e.g. `.0` in `10.12.0`) is initialized to zero by Definitely Typed and is incremented each time a new `@types/node` package is published to NPM for the same major/minor version of the corresponding library.
@@ -569,4 +569,4 @@ GitHub doesn't [support](http://stackoverflow.com/questions/5646174/how-to-make-
569569

570570
This project is licensed under the MIT license.
571571

572-
Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.
572+
Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.

0 commit comments

Comments
 (0)