aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-28 15:27:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-28 15:27:16 +0200
commitfa75c5392ac90ac9f801a83aacb072ffb821d3b7 (patch)
treeb6e645881d16ccaa44f54a84f9da3f391473cef2
parent04b07b3715a815f0140d870fb88a6822f06cf5cb (diff)
Fix typov2.0.1
-rw-r--r--gsp.52
1 files changed, 1 insertions, 1 deletions
diff --git a/gsp.5 b/gsp.5
index 5c67bd4..0c0570e 100644
--- a/gsp.5
+++ b/gsp.5
@@ -157,7 +157,7 @@ div id="foo" class="bar baz" {
It is important to note that HTML5 allows for an ID- or class name to contain
just about anything, therefor
.Ql .→Ħ{}
-is a valid ID shorthand.
+is a valid class shorthand.
This is important because it means that the following doesn’t actually create a
node with no children:
.Bd -literal -offset indent