Skip to content

Commit ea62468

Browse files
authored
docs: fix typo in transports.md (#1416)
1 parent 75b328f commit ea62468

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

β€Ždocs/transports.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| | |
55
|---|---|
66
| Maven coordinates | `com.github.docker-java:docker-java-transport-httpclient5` |
7-
| Stabilitty | πŸ™‚|
7+
| Stability | πŸ™‚|
88
| Long term support plans | βœ… |
99
| Unix sockets support | βœ… |
1010
| Windows Npipe support | βœ… |
@@ -18,7 +18,7 @@ It has everything to become the default transport of docker-java in future relea
1818
| | |
1919
|---|---|
2020
| Maven coordinates | `com.github.docker-java:docker-java-transport-zerodep` |
21-
| Stabilitty | πŸ™‚|
21+
| Stability | πŸ™‚|
2222
| Long term support plans | βœ… |
2323
| Unix sockets support | βœ… |
2424
| Windows Npipe support | βœ… |
@@ -32,7 +32,7 @@ Note: due to the implementation details, it cannot be true "0 dependencies" modu
3232
| | |
3333
|---|---|
3434
| Maven coordinates | `com.github.docker-java:docker-java-transport-okhttp` |
35-
| Stabilitty | 🧐|
35+
| Stability | 🧐|
3636
| Long term support plans | ❓ |
3737
| Unix sockets support | βœ… |
3838
| Windows Npipe support | βœ… |
@@ -46,7 +46,7 @@ OkHttp's migration to Kotlin and the need to use internal APIs for doing stdin h
4646
| | |
4747
|---|---|
4848
| Maven coordinates | `com.github.docker-java:docker-java-transport-netty` |
49-
| Stabilitty | 🧐|
49+
| Stability | 🧐|
5050
| Long term support plans | ❌ |
5151
| Unix sockets support | βœ… |
5252
| Windows Npipe support | ❌ |
@@ -62,7 +62,7 @@ The community may decide to pick it up and continue the development as a 3rd par
6262
| | |
6363
|---|---|
6464
| Maven coordinates | `com.github.docker-java:docker-java-transport-jersey` |
65-
| Stabilitty | πŸ™ƒ|
65+
| Stability | πŸ™ƒ|
6666
| Long term support plans | ❌ |
6767
| Unix sockets support | βœ… |
6868
| Windows Npipe support | ❌ |
@@ -71,4 +71,4 @@ The community may decide to pick it up and continue the development as a 3rd par
7171
Jersey was the initial transport of the project. And, while working well, it was lacking support for connection hijacking (e.g. stdin attachment) or Windows Npipes.
7272
The big amount of dependencies was also causing issues.
7373

74-
Since Apache HttpClient 5-based transport is available now, there is no reason to keep Jersey and it will eventually be removed.
74+
Since Apache HttpClient 5-based transport is available now, there is no reason to keep Jersey and it will eventually be removed.

0 commit comments

Comments
Β (0)