Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix typo in JS API guide #3166

Merged
merged 1 commit into from Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer-guide/js-api.md
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