Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected some typos in the user guide #265

Merged
merged 1 commit into from
May 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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