diff --git a/docs/source-pytorch/visualize/supported_exp_managers.rst b/docs/source-pytorch/visualize/supported_exp_managers.rst
index 42a0e6c9a8..e26514e974 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 c5d995bff3..20f8d02a7a 100644
--- a/src/lightning/pytorch/loggers/wandb.py
+++ b/src/lightning/pytorch/loggers/wandb.py
@@ -48,7 +48,7 @@ _WANDB_AVAILABLE = RequirementCache("wandb>=0.12.10")
class WandbLogger(Logger):
- r"""Log using `Weights and Biases `_.
+ r"""Log using `Weights and Biases `_.
**Installation and set-up**
@@ -253,7 +253,7 @@ class WandbLogger(Logger):
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.