Skip to content

Commit 30eda93

Browse files
authored
Output typo for backend when using AMD (#415)
1 parent fd72359 commit 30eda93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Voice/VoiceObjects/AdvancedMachineDetection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function fromArray(array $data): static
8181
public function toArray(): array
8282
{
8383
return [
84-
'behaviour' => $this->behaviour,
84+
'behavior' => $this->behaviour,
8585
'mode' => $this->mode,
8686
'beep_timeout' => $this->beepTimeout
8787
];

0 commit comments

Comments
 (0)