Skip to content

Commit 9dd991a

Browse files
RohanTaliptheacodes
authored andcommitted
Corrected some typos (#265)
1 parent fe610be commit 9dd991a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-auth/docs/user-guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,16 @@ credentials and transports provided by this library, you need to follow a few
132132
additional steps:
133133

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

140140
libraries:
141141
- name: ssl
142142
version: latest
143143

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

0 commit comments

Comments
 (0)