From b61cecd77809305a444c0cdd31c70ad74500c075 Mon Sep 17 00:00:00 2001 From: Rohan Talip Date: Tue, 29 May 2018 08:48:25 -0700 Subject: [PATCH] Corrected some typos (#265) --- docs/user-guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 291701ce2..060d9b84a 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -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::