@@ -100,7 +100,7 @@ jobs:
100100In addition to ` swift-doc`,
101101this project currently ships with several, experimental executables
102102that offer complementary functionality.
103- It's unclear how all everything will ultimately fit together,
103+ It's unclear how everything will ultimately fit together,
104104but for now,
105105they'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,
295295we're not entirely sure what Swift documentation _should_ look like.
296296But we do think plain text is a good place to start.
297297We 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
300300In the meantime,
301301we've set ourselves up for success
@@ -315,7 +315,7 @@ that take advantage of modern infrastructure and tooling:
315315
316316These 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.
319319Because it relies only on a syntactic reading of Swift source code,
320320without needing code first to be compiled,
321321` swift-doc` is quite fast.
0 commit comments