diff --git a/docs/configuration/generating-docs.rst b/docs/configuration/generating-docs.rst index 54ec80fc9..69b38be15 100644 --- a/docs/configuration/generating-docs.rst +++ b/docs/configuration/generating-docs.rst @@ -69,7 +69,7 @@ Upload to GCS GCS supports serving static files directly from a bucket. To learn more (and to set it up), check out the `official GCS documentation `_. -You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and upload docs to a S3 bucket. The following code snippet shows how to do this with the default jaffle_shop project: +You can use the :class:`~cosmos.operators.DbtDocsGCSOperator` to generate and upload docs to a GCS bucket. The following code snippet shows how to do this with the default jaffle_shop project: .. code-block:: python