Skip to content

Commit b080c02

Browse files
authored
Merge pull request swiftlang#240 from merisbahti/master
[README] Fix typo.
2 parents 5aa23a6 + 8560f48 commit b080c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The SourceKit-LSP server is included with the Swift toolchain. Depending on how
88

99
1. Get SourceKit-LSP with a Swift toolchain
1010

11-
1. If you have installed Xcode 11.4+ or the corresponding Command Line Tools pacakge, the SourceKit-LSP server is included and can be run with `xcrun sourcekit-lsp`.
11+
1. If you have installed Xcode 11.4+ or the corresponding Command Line Tools package, the SourceKit-LSP server is included and can be run with `xcrun sourcekit-lsp`.
1212

1313
2. If you are using a [toolchain from Swift.org](https://swift.org/download/), the SourceKit-LSP server is included and can be run with `xcrun --toolchain swift sourcekit-lsp` on macOS, or using the full path to the `sourcekit-lsp` executable on Linux.
1414

0 commit comments

Comments
 (0)