Skip to content

Commit a04c228

Browse files
Update README.md
Co-authored-by: David Prothero <[email protected]>
1 parent 54566fc commit a04c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,4 @@ public class SmsController : TwilioController
418418
#### Validate requests outside of MVC
419419

420420
The `[ValidateRequest]` attribute only works for MVC. If you need to validate requests outside of MVC, you can use the `RequestValidationHelper` class provided by `Twilio.AspNet`.
421-
Alternatively, The `RequestValidator` class from the [Twilio SDK](https://github.com/twilio/twilio-csharp) can also help you with this.
421+
Alternatively, the `RequestValidator` class from the [Twilio SDK](https://github.com/twilio/twilio-csharp) can also help you with this.

0 commit comments

Comments
 (0)