Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 9fa0ddd

Browse files
committed
README: Corrections for three minor typos
Typo corections: - "how all everything" –> "how everything" - "come up with" –> "coming up with" - "installed both macOS" –> "installed on both macOS"
1 parent c95fc0b commit 9fa0ddd

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
@@ -100,7 +100,7 @@ jobs:
100100
In addition to `swift-doc`,
101101
this project currently ships with several, experimental executables
102102
that offer complementary functionality.
103-
It's unclear how all everything will ultimately fit together,
103+
It's unclear how everything will ultimately fit together,
104104
but for now,
105105
they're incubating in a shared monorepo
106106
(the intent is for each of them to eventually become
@@ -295,7 +295,7 @@ Without much in the way of strong design guidance,
295295
we're not entirely sure what Swift documentation _should_ look like.
296296
But we do think plain text is a good place to start.
297297
We look forward to soliciting feedback and ideas from everyone
298-
to identify what those needs are and come up with the best ways to meet them.
298+
to identify what those needs are and coming up with the best ways to meet them.
299299

300300
In the meantime,
301301
we've set ourselves up for success
@@ -315,7 +315,7 @@ that take advantage of modern infrastructure and tooling:
315315

316316
These new technologies have already yielded some promising results.
317317
`swift-doc` is built in Swift,
318-
and can be installed both macOS and Linux as a small, standalone binary.
318+
and can be installed on both macOS and Linux as a small, standalone binary.
319319
Because it relies only on a syntactic reading of Swift source code,
320320
without needing code first to be compiled,
321321
`swift-doc` is quite fast.

0 commit comments

Comments
 (0)