diff --git a/docs/guides/track/log/intro.md b/docs/guides/track/log/intro.md index c44749a1ea..87008354a0 100644 --- a/docs/guides/track/log/intro.md +++ b/docs/guides/track/log/intro.md @@ -28,7 +28,7 @@ wandb.log({'loss': 0.2}, step=step) :::caution -Use `wandb.log()` to log consecutive values for each `step`: 0, 1, 2, ..... It is not possible to write to a specific history step. W&B only writes to the "current" and "next" step. +Use `wandb.log()` to log consecutive values for each `step`: 0, 1, 2, and so on. It is not possible to write to a specific history step. W&B only writes to the "current" and "next" step. :::