Skip to content

Commit

Permalink
Corrected some typos (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanTalip authored and theacodes committed May 29, 2018
1 parent f5967d9 commit b61cecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@ credentials and transports provided by this library, you need to follow a few
additional steps:

#. If you are using the :mod:`google.auth.transport.requests` transport, vendor
in the `requests-toolbelt`_ library into you app, and enable the App Engine
in the `requests-toolbelt`_ library into your app, and enable the App Engine
monkeypatch. Refer `App Engine documentation`_ for more details on this.
#. To make HTTPS calls, enable the ``ssl`` library for you app by adding the
#. To make HTTPS calls, enable the ``ssl`` library for your app by adding the
following configuration to the ``app.yaml`` file::

libraries:
- name: ssl
version: latest

#. Enable billing for you App Engine project. Then enable socket support for
#. Enable billing for your App Engine project. Then enable socket support for
your app. This can be achieved by setting an environment variable in the
``app.yaml`` file::

Expand Down

0 comments on commit b61cecd

Please # to comment.