Skip to content

Commit ec11b65

Browse files
authored
docs: fix minor typos in acceptDependencies rfc
1 parent 79d5d7a commit ec11b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/0023-acceptDependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies that can be used.
99

1010
npm does not currently provide a method for a package which supports
1111
`node.js >=4` to allow upgrade of a dependency which requires `node.js >=6`
12-
unless they also bump their own minimum verion. This proposal would allow
12+
unless they also bump their own minimum version. This proposal would allow
1313
such authors to declare that an alternative version of the dependency can
1414
be used if that version is already being installed by another dependency.
1515
Generally this would be used when the dependency is only a breaking change
@@ -28,7 +28,7 @@ application it is no longer necessary to function on node.js 4.x.
2828
## Detailed Explanation
2929

3030
npm would support reading `acceptDependencies` object from package.json.
31-
This object would declaring alternative versions of packages listed in
31+
This object would declare alternative versions of packages listed in
3232
`dependencies`, `devDependencies`, `optionalDependencies` or
3333
`peerDependencies`.
3434

0 commit comments

Comments
 (0)