Skip to content

Commit e7d4817

Browse files
authored
Update README.md (fix typos) (#1001)
1 parent 376c4e2 commit e7d4817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/clojure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can find more information in several places:
148148

149149
## Adapter behaviors:
150150

151-
Ring adapters are not made equals. This leads to our SSE generators not having
151+
Ring adapters are not made equal. This leads to our SSE generators not having
152152
the exact same behaviors in some cases.
153153

154154
### SSE connection lifetime in ring when trying to store the sse-gen somewhere
@@ -167,7 +167,7 @@ handling the request. This is a valid strategy when using java's virtual threads
167167

168168
| Adapter | |
169169
| ------------ | ---------------------------------------------------------------------- |
170-
| all adapters | alive until the client or the server explicitely closes the connection |
170+
| all adapters | alive until the client or the server explicitly closes the connection |
171171

172172
### Detecting a closed connection
173173

0 commit comments

Comments
 (0)