diff --git a/docs/output-formats/html-lightbox-figures.qmd b/docs/output-formats/html-lightbox-figures.qmd
index 1d7cc7a61b..9b392c72fe 100644
--- a/docs/output-formats/html-lightbox-figures.qmd
+++ b/docs/output-formats/html-lightbox-figures.qmd
@@ -108,7 +108,7 @@ For example, the following three images will be treated as a gallery:
## Options
-Quarto supports a number of options to customize the ligthbox behavior for a document. Options include:
+Quarto supports a number of options to customize the lightbox behavior for a document. Options include:
| Option | Description |
|---------------------|---------------------------------------------------|
@@ -205,4 +205,4 @@ It is possible to create several plots, and group them in a lightbox gallery. Us
plot(mtcars)
plot(cars)
```
-````
\ No newline at end of file
+````