From 8529373124ddb151ef315e61ef7468258c032c2a Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 25 Nov 2024 11:26:02 +0100 Subject: [PATCH] Fix typo in code comment about the Satori library Follow up to https://github.com/lumeland/lume.land/pull/147 which fixed the textual errors in the Lume documentation, this fixes the option comment (which is also displayed on the site) --- plugins/og_images.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/og_images.ts b/plugins/og_images.ts index c802d784..a4591411 100644 --- a/plugins/og_images.ts +++ b/plugins/og_images.ts @@ -25,7 +25,7 @@ export interface Options { cache: string | boolean; /** - * The options for Satory to generate the SVG image. + * The options for Satori to generate the SVG image. * @see https://github.com/vercel/satori */ satori?: SatoriOptions;