Skip to content

Commit 73052e8

Browse files
committed
docs: fix typo
1 parent 2367a71 commit 73052e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The message for the issue comments is generated with [Lodash template](https://l
101101
| `lastRelease` | `Object` with `version`, `gitTag` and `gitHead` of the last release. |
102102
| `nextRelease` | `Object` with `version`, `gitTag`, `gitHead` and `notes` of the release being done. |
103103
| `commits` | `Array` of commit `Object`s with `hash`, `subject`, `body` `message` and `author`. |
104-
| `releases` | `Array` with a release `Object`s for each release published, with optional release data such has `name` and `url`. |
104+
| `releases` | `Array` with a release `Object`s for each release published, with optional release data such as `name` and `url`. |
105105
| `issue` | A [GitHub API pull request object](https://developer.github.com/v3/search/#search-issues) for pull requests related to a commit, or an `Object` with the `number` property for issues resolved via [keywords](https://help.github.com/articles/closing-issues-using-keywords) |
106106

107107
##### successComment examples

0 commit comments

Comments
 (0)