mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
Fix typos
This commit is contained in:
@@ -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 (*).
|
||||
|
||||
Reference in New Issue
Block a user