Skip to content

Commit

Permalink
Merge pull request #3166 from knownasnaffy/patch-1
Browse files Browse the repository at this point in the history
Docs: fix typo in JS API guide
  • Loading branch information
travi committed Jan 29, 2024
2 parents 95ea5ef + 01779f4 commit 211704d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/js-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ It allows to configure **semantic-release** to write errors to a specific stream

Type: `Object` `Boolean`<br>

And object with [`lastRelease`](#lastrelease), [`nextRelease`](#nextrelease), [`commits`](#commits) and [`releases`](#releases) if a release is published or `false` if no release was published.
An object with [`lastRelease`](#lastrelease), [`nextRelease`](#nextrelease), [`commits`](#commits) and [`releases`](#releases) if a release is published or `false` if no release was published.

#### lastRelease

Expand Down Expand Up @@ -159,7 +159,7 @@ Example:

Type: `Array<Object>`

The list of commit included in the new release.<br>
The list of commit(s) included in the new release.<br>
Each commit object has the following properties:

| Name | Type | Description |
Expand Down

0 comments on commit 211704d

Please sign in to comment.