Skip to content

Commit 1cbbb45

Browse files
authored
Fix typo in description for swift.buildArguments setting (#1281)
1 parent 57a6978 commit 1cbbb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"items": {
242242
"type": "string"
243243
},
244-
"markdownDescription": "Additional arguments to pass to `swift` commands such as `swift build`, `swift package`, `swift test`, etc... Keys and values should be provided as individual entries in the list. If you have created a copy of the build task in `tasks.json` then these build arguments will not be propogated to that task."
244+
"markdownDescription": "Additional arguments to pass to `swift` commands such as `swift build`, `swift package`, `swift test`, etc... Keys and values should be provided as individual entries in the list. If you have created a copy of the build task in `tasks.json` then these build arguments will not be propagated to that task."
245245
},
246246
"swift.additionalTestArguments": {
247247
"type": "array",

0 commit comments

Comments
 (0)