Skip to content

Commit 4d1111a

Browse files
authored
Fix grammar/capitalization errors in README.md
1 parent e3b58f9 commit 4d1111a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ First create a directory for all of the swift sources:
7878
cd swift-source
7979

8080
**Note:** This is important since update-checkout (see below) checks out
81-
repositories next to the swift source directory. This means that if one clones
82-
swift and has other unrelated repositories, update-checkout may not clone those
81+
repositories next to the Swift source directory. This means that if one clones
82+
Swift and has other unrelated repositories, update-checkout may not clone those
8383
repositories and will update them instead.
8484

8585
**Via HTTPS** For those checking out sources as read-only, HTTPS works best:
@@ -138,7 +138,7 @@ it next to the other projects and it will be bootstrapped automatically:
138138
The `build-script` is a high-level build automation script that supports basic
139139
options such as building a Swift-compatible LLDB, building the Swift Package
140140
Manager, building for iOS, running tests after builds, and more. It also
141-
supports presets which you can define for common combinations of build options.
141+
supports presets, which you can define for common combinations of build options.
142142

143143
To find out more:
144144

0 commit comments

Comments
 (0)