mirror of https://github.com/actions/toolkit
`boolen` -> `boolean` typo fix
parent
ae38557bb0
commit
01660fa5f0
|
@ -150,7 +150,7 @@ class Summary {
|
|||
/**
|
||||
* If the summary buffer is empty
|
||||
*
|
||||
* @returns {boolen} true if the buffer is empty
|
||||
* @returns {boolean} true if the buffer is empty
|
||||
*/
|
||||
isEmptyBuffer(): boolean {
|
||||
return this._buffer.length === 0
|
||||
|
|
Loading…
Reference in New Issue