diff --git a/docs/source-pytorch/visualize/supported_exp_managers.rst b/docs/source-pytorch/visualize/supported_exp_managers.rst
index 42a0e6c9a85ed..e26514e9747c4 100644
--- a/docs/source-pytorch/visualize/supported_exp_managers.rst
+++ b/docs/source-pytorch/visualize/supported_exp_managers.rst
@@ -134,7 +134,7 @@ Here's the full documentation for the :class:`~lightning.pytorch.loggers.TensorB
Weights and Biases
==================
-To use `Weights and Biases `_ (wandb) first install the wandb package:
+To use `Weights and Biases `_ (wandb) first install the wandb package:
.. code-block:: bash
diff --git a/src/lightning/pytorch/loggers/wandb.py b/src/lightning/pytorch/loggers/wandb.py
index c5d995bff35a5..20f8d02a7ab9b 100644
--- a/src/lightning/pytorch/loggers/wandb.py
+++ b/src/lightning/pytorch/loggers/wandb.py
@@ -48,7 +48,7 @@
class WandbLogger(Logger):
- r"""Log using `Weights and Biases `_.
+ r"""Log using `Weights and Biases `_.
**Installation and set-up**
@@ -253,7 +253,7 @@ def any_lightning_module_function_or_hook(self):
See Also:
- `Demo in Google Colab `__ with hyperparameter search and model logging
- - `W&B Documentation `__
+ - `W&B Documentation `__
Args:
name: Display name for the run.