Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit ae7d8da

Browse files
committed
Fix typo
1 parent ba34980 commit ae7d8da

File tree

1 file changed

+1
-1
lines changed
  • guides/voice/gather-dtmf-tones-guide/gather-example-step-1

1 file changed

+1
-1
lines changed

guides/voice/gather-dtmf-tones-guide/gather-example-step-1/example.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class VoiceController : TwilioController
1111
{
1212
[HttpPost]
13-
public TiwMLResult Index(VoiceRequest request)
13+
public TwiMLResult Index(VoiceRequest request)
1414
{
1515
var response = new VoiceResponse();
1616

0 commit comments

Comments
 (0)