diff --git a/docs/source/common/lightning_cli.rst b/docs/source/common/lightning_cli.rst
index 7b4680b2d2..25e35d6623 100644
--- a/docs/source/common/lightning_cli.rst
+++ b/docs/source/common/lightning_cli.rst
@@ -290,7 +290,7 @@ Groups of options can also be given as independent config files:
When running experiments in clusters it could be desired to use a config which needs to be accessed from a remote
location. :class:`~pytorch_lightning.utilities.cli.LightningCLI` comes with `fsspec
`_ support which allows reading and writing from many types of remote
-file systems. One example is if you have installed the `gcsfs `_ then a config
+file systems. One example is if you have installed `s3fs `_ then a config
could be stored in an S3 bucket and accessed as:
.. code-block:: bash