Fix typos

This commit is contained in:
Dimitris Apostolou
2024-02-04 18:55:08 +02:00
parent 38f2e9a1cf
commit 80aff3afad
31 changed files with 53 additions and 53 deletions
@@ -1,5 +1,5 @@
–– Pkl Error ––
A type union cannnot have more than one default type.
A type union cannot have more than one default type.
x | foo: *Int|*String|*"foo"
^^^^^^^^^^^^^^^^^^^
@@ -1,5 +1,5 @@
–– Pkl Error ––
Cannot spread object because the enclosing object already has a delcaration of property `foo`.
Cannot spread object because the enclosing object already has a declaration of property `foo`.
x | ...source
^^^^^^^^^