8000 token generation typos · skyl/twilio-python@40c2454 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40c2454

Browse files
author
Kevin Burke
committed
token generation typos
1 parent f3873c2 commit 40c2454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage/token-generation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Generate Capability Tokens
55
===========================
66

77
`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
99
network, all without leaving your browser. See the `Twilio Client Quickstart
1010
<http:/www.twilio.com/docs/quickstart/client>`_ to get up and running with
1111
Twilio Client.
1212

1313
Capability tokens are used by `Twilio Client
1414
<http://www.twilio.com/api/client>`_ to provide connection
1515
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.
1818

1919
:class:`TwilioCapability` is responsible for the creation of these capability
2020
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
4343
Allow Outgoing Connections
4444
==============================
4545

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.
4747

4848
.. code-block:: python
4949

0 commit comments

Comments
 (0)
0