aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-21 18:04:22 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-21 18:04:22 +0000
commit8522882f2fc96330069ee52d196db85345aefd99 (patch)
tree779a8f53b6685b2aac7c2f5d82c9794d2521aed0
parent55e43e016739350d6636911171fb60fb2877516e (diff)
downloadlustre-8522882f2fc96330069ee52d196db85345aefd99.tar.gz
lustre-8522882f2fc96330069ee52d196db85345aefd99.zip
:pencil: Fix typos.
-rw-r--r--docs/guide/01-quickstart.md2
1 files changed, 1 insertions, 1 deletions
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!")])
])
])