Skip to content

Commit 07e7be1

Browse files
doc: Fix typo in SSL doc
1 parent 4b23574 commit 07e7be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import certifi
2929
import httpx
3030
import ssl
3131

32-
# This SSL context is equivelent to the default `verify=True`.
32+
# This SSL context is equivalent to the default `verify=True`.
3333
ctx = ssl.create_default_context(cafile=certifi.where())
3434
client = httpx.Client(verify=ctx)
3535
```

0 commit comments

Comments
 (0)