diff --git a/draft-marchan-kdl2.html b/draft-marchan-kdl2.html
index f145f1c..48618d3 100644
--- a/draft-marchan-kdl2.html
+++ b/draft-marchan-kdl2.html
@@ -14,30 +14,29 @@ language, and a data exchange or storage format, if you so choose.
This is the formal specification for KDL, including the intended data model and
the grammar.
This document describes an unreleased minor change to KDL. For the latest
-oficial version of the language, see https://kdl.dev/spec.
+official version of the language, see https://kdl.dev/spec.
" name="description">
-
+
@@ -1056,7 +1055,7 @@ svg :is([fill="white"], [fill^="#fff"]) {
This document describes an unreleased minor change to KDL. For the latest
-oficial version of the language, see https://kdl.dev/spec.¶
+official version of the language, see https://kdl.dev/spec.¶
@@ -2058,7 +2057,7 @@ empty lines in the string value, regardless of what whitespace they
contain (if any). They do not have to start with the same whitespace prefix
that other lines do; all characters on the line are ignored.¶
Multi-line Strings that do not immediately start with a Newline and whose final
-""" is not preceeded by optional whitespace and a Newline are illegal. This
+""" is not preceded by optional whitespace and a Newline are illegal. This
also means that """ may not be used for a single-line String (e.g.
"""foo""").¶
@@ -2395,7 +2394,7 @@ They must be written with at least one integer digit, like 0.1.
There are three special "keyword" numbers included in KDL to accomodate the
+
There are three special "keyword" numbers included in KDL to accommodate the
widespread use of IEEE 754 floats:¶
diff --git a/draft-marchan-kdl2.txt b/draft-marchan-kdl2.txt
index 874492e..391d38d 100644
--- a/draft-marchan-kdl2.txt
+++ b/draft-marchan-kdl2.txt
@@ -5,7 +5,7 @@
KDL Community K. Marchán
Microsoft
KDL Contributors
- 11 June 2025
+ 12 January 2026
The KDL Document Language
@@ -22,7 +22,7 @@ Abstract
model and the grammar.
This document describes an unreleased minor change to KDL. For the
- latest oficial version of the language, see https://kdl.dev/spec.
+ latest official version of the language, see https://kdl.dev/spec.
About This Document
@@ -633,7 +633,7 @@ Table of Contents
line are ignored.
Multi-line Strings that do not immediately start with a Newline and
- whose final """ is not preceeded by optional whitespace and a Newline
+ whose final """ is not preceded by optional whitespace and a Newline
are illegal. This also means that """ may not be used for a single-
line String (e.g. """foo""").
@@ -886,7 +886,7 @@ Table of Contents
3.14.1. Keyword Numbers
There are three special "keyword" numbers included in KDL to
- accomodate the widespread use of IEEE 754
+ accommodate the widespread use of IEEE 754
(https://en.wikipedia.org/wiki/IEEE_754) floats:
* #inf - floating point positive infinity.