Skip to content

Commit 80fd49d

Browse files
authored
Fix typo in README.md (#402)
1 parent 5bb90a9 commit 80fd49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ iex> receive do
6767

6868
In the example above, we get all the responses as a single SSL message, but that might not always be the case. This means that `Mint.HTTP.stream/2` might not always return responses.
6969

70-
The connection API is *stateless*, whihc means that you need to make sure to always save the connection that functions return:
70+
The connection API is *stateless*, which means that you need to make sure to always save the connection that functions return:
7171

7272
```elixir
7373
# Wrong ❌

0 commit comments

Comments
 (0)