Skip to content

Commit a929df8

Browse files
authored
docs(various): fix typos in VISION and ROADMAP (#2875)
Signed-off-by: r <[email protected]>
1 parent 3a755a6 commit a929df8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ISSUES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ to include them all.
3434

3535
### Categorize
3636

37-
Once enough information has been gathererd, the issue should be categorized
37+
Once enough information has been gathered, the issue should be categorized
3838
with [labels][#labels]. Ideally, most issues should be labelled with an area,
3939
effort, and severity. An issue _can_ have multiple areas, pick what fits. There
4040
should be only one severity, and the descriptions of each should help to pick
@@ -47,8 +47,8 @@ maintainer to pick one.
4747
An optional step when triaging is to adjust the title once more information is
4848
known. Sometimes an issue starts as a question, and through discussion, it
4949
turns out to be a feature request, or a bug report. In those cases, the title
50-
should be changed from a question, and the title should be a succict action to
51-
be taken. For example, a question about an non-existant configuration option
50+
should be changed from a question, and the title should be a succinct action to
51+
be taken. For example, a question about an non-existent configuration option
5252
may be reworded to "Add option to Client to do Zed".
5353

5454
### Mentoring

docs/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ of `http` and `hyper` are prepared for that, there's two potential problems.
8282
- New HTTP versions
8383
- HTTP/3 will require a new transport abstraction. It's not as simple as just using some
8484
`impl AsyncRead + AsyncWrite`. While HTTP/2 bundled the concept of stream creation internally,
85-
and thus could be managed wholy on top of a read-write transport, HTTP/3 is different. Stream
85+
and thus could be managed wholly on top of a read-write transport, HTTP/3 is different. Stream
8686
creation is shifted to the QUIC protocol, and HTTP/3 needs to be able to use that directly.
8787
- This means the existing `Connection` types for both client and server will not be able to
8888
accept a QUIC transport so we can add HTTP/3 support.

docs/VISION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ have reached for hyper to start with.
7070
It's likely that these users don't have strong opinions about how an HTTP
7171
server or client should work, just that it _should_ handle all the things they
7272
normally assume it would. For these users, it would be best to quickly help
73-
them compare their own expectations with hyper's capabitilities, and may
73+
them compare their own expectations with hyper's capabilities, and may
7474
suggest reaching for higher-level, _easier_ libraries instead.
7575

7676
Those that stick around after that recommendation are users that wish both to

0 commit comments

Comments
 (0)