docs: fix typo

This commit is contained in:
Pedro S. Lopez
2020-12-28 19:20:28 -04:00
parent 5a0ccc8b17
commit 32575490da

View File

@@ -94,7 +94,7 @@ class Message extends Base {
this.isStatus = data.isStatusV3;
/**
* Indicates if the message was stared
* Indicates if the message was starred
* @type {boolean}
*/
this.isStarred = data.star;