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
@@ -200,7 +200,7 @@ objectSpreadDuplicateEntry=\
Cannot spread object because the enclosing object already has a declaration of entry key `{0}`.
objectSpreadDuplicateProperty=\
Cannot spread object because the enclosing object already has a delcaration of property `{0}`.
Cannot spread object because the enclosing object already has a declaration of property `{0}`.
cannotSpreadObject=\
Cannot spread value of type `{0}` into object of type `{1}`.
@@ -842,7 +842,7 @@ stackOverflow=\
A stack overflow occurred.
multipleUnionDefaults=\
A type union cannnot have more than one default type.
A type union cannot have more than one default type.
notAUnion=\
Only type unions can have a default marker (*).