From 8522882f2fc96330069ee52d196db85345aefd99 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 21 Feb 2024 18:04:22 +0000 Subject: :pencil: Fix typos. --- docs/guide/01-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/01-quickstart.md b/docs/guide/01-quickstart.md index c18d3bf..08cd4c0 100644 --- a/docs/guide/01-quickstart.md +++ b/docs/guide/01-quickstart.md @@ -100,7 +100,7 @@ pub fn main() { html.div([], [ html.h1([], [element.text("Hello, world!")]), html.figure([], [ - html.img([attribute.src("https://cataas.com/cat")]) + html.img([attribute.src("https://cataas.com/cat")]), html.figcaption([], [element.text("A cat!")]) ]) ]) -- cgit v1.2.3