Skip to content

Commit

Permalink
doc: fix linting issue in process.md
Browse files Browse the repository at this point in the history
Introduced in #19438

PR-URL: #19542
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
vsemozhetbyt committed Mar 22, 2018
1 parent 982e3bd commit d1720bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1515,9 +1515,9 @@ tarball.
* `major`
* `minor`
* `patch`
* Returns: {number} `-1` if the given version is lower than the release version,
`0` if the given version matches the process version, and `1` if the given
version is greater than the release version.
* Returns: {number} `-1` if the given version is lower than the release
version, `0` if the given version matches the process version, and `1`
if the given version is greater than the release version.

<!-- eslint-skip -->
```js
Expand Down

0 comments on commit d1720bd

Please sign in to comment.