From 5cee627fd082cfe8ed53ae5f0b7a6bf9f6441f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:30:44 +0200 Subject: [PATCH] fix(html-lightbox-figures.qmd): typo Fixes quarto-dev/quarto-cli#12410 --- docs/output-formats/html-lightbox-figures.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +````