You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/token-generation.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ Generate Capability Tokens
5
5
===========================
6
6
7
7
`Twilio Client <http://www.twilio.com/api/client>`_ allows you to make and
8
-
recieve connections in the browser. You can place a call to a phone on the PSTN
8
+
receive connections in the browser. You can place a call to a phone on the PSTN
9
9
network, all without leaving your browser. See the `Twilio Client Quickstart
10
10
<http:/www.twilio.com/docs/quickstart/client>`_ to get up and running with
11
11
Twilio Client.
12
12
13
13
Capability tokens are used by `Twilio Client
14
14
<http://www.twilio.com/api/client>`_ to provide connection
15
15
security and authorization. The `Capability Token documentation
16
-
<http://www.twilio.con/docs/tokens>`_ explains indepth the purpose and features
17
-
of these tokens.
16
+
<http://www.twilio.con/docs/tokens>`_ explains in depth the purpose and
17
+
features of these tokens.
18
18
19
19
:class:`TwilioCapability` is responsible for the creation of these capability
20
20
tokens. You'll need your Twilio AccountSid and AuthToken.
@@ -43,7 +43,7 @@ Before a device running `Twilio Client <http://www.twilio.com/api/client>`_ can
43
43
Allow Outgoing Connections
44
44
==============================
45
45
46
-
To make an outgoing connection from a `Twilio Client <http://www.twilio.com/api/client>`_ device, you'll need to choose a `Twilio Application <http://www.twilio.com/docs/api/rest/applications>`_ to handle TwiML URLs. A Twilio Application is a collection of URLs responsible for outputing valid TwiML to control phone calls and SMS.
46
+
To make an outgoing connection from a `Twilio Client <http://www.twilio.com/api/client>`_ device, you'll need to choose a `Twilio Application <http://www.twilio.com/docs/api/rest/applications>`_ to handle TwiML URLs. A Twilio Application is a collection of URLs responsible for outputting valid TwiML to control phone calls and SMS.
0 commit comments