diff --git a/docs/Trainer/Training Loop.md b/docs/Trainer/Training Loop.md index 2193e4dac5..8d95bc288a 100644 --- a/docs/Trainer/Training Loop.md +++ b/docs/Trainer/Training Loop.md @@ -21,7 +21,7 @@ trainer = Trainer(min_nb_epochs=1, max_nb_epochs=1000) --- #### Early stopping -To enable ealry-stopping, define the callback and give it to the trainer. +To enable early-stopping, define the callback and give it to the trainer. ``` {.python} from pytorch_lightning.callbacks import EarlyStopping