Skip to content

Commit 053f9e7

Browse files
committed
Fix typos in docs.
1 parent ad5936c commit 053f9e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/logging-usage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ Export log entries using sinks
211211
Sinks allow exporting entries which match a given filter to Cloud Storage
212212
buckets, BigQuery datasets, or Cloud Pub/Sub topics.
213213

214-
Export to Cloud storage
214+
Export to Cloud Storage
215215
~~~~~~~~~~~~~~~~~~~~~~~
216216

217217
Make sure that the storage bucket you want to export logs too has
218-
`cloud-logs@google.com` as the owner. See `Set permission for writing exported logs`_.
218+
``cloud-logs@google.com`` as the owner. See `Set permission for writing exported logs`_.
219219

220-
Add `cloud-logs@google.com` as the owner of `my-bucket-name`:
220+
Add ``cloud-logs@google.com`` as the owner of ``my-bucket-name``:
221221

222222
.. doctest::
223223

@@ -236,7 +236,7 @@ Export to BigQuery
236236
~~~~~~~~~~~~~~~~~~
237237

238238
To export logs to BigQuery you must log into the Cloud Platform Console
239-
and add `cloud-logs@google.com` to a dataset.
239+
and add ``cloud-logs@google.com`` to a dataset.
240240

241241
See: `Setting permissions for BigQuery`_
242242

@@ -259,7 +259,7 @@ Export to Pub/Sub
259259
~~~~~~~~~~~~~~~~~
260260

261261
To export logs to BigQuery you must log into the Cloud Platform Console
262-
and add `cloud-logs@google.com` to a topic.
262+
and add ``cloud-logs@google.com`` to a topic.
263263

264264
See: `Setting permissions for Pub/Sub`_
265265

0 commit comments

Comments
 (0)