Skip to content

Commit b0b4c01

Browse files
committed
Fix typo
1 parent e4438c7 commit b0b4c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Bits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait Bits
1515
* @throws EndpointNotSupportedByApiVersionException
1616
* @return array|json
1717
*/
18-
public function getCheernmotes($channelIdentifier = null)
18+
public function getCheermotes($channelIdentifier = null)
1919
{
2020
if (!$this->apiVersionIsGreaterThanV4()) {
2121
throw new EndpointNotSupportedByApiVersionException();

0 commit comments

Comments
 (0)