Skip to content

Commit c8279e2

Browse files
committed
fix typos
1 parent 730235a commit c8279e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/overview.edoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ the request body:
235235
- `{file, Path, Name, ExtraHeaders}` : to send a file with DOM element name and extra headers
236236
- `{Name, Content}': to send a full part
237237
- `{Name, Content, ExtraHeaders}': to send a full part
238-
- `{mp_mixed, Name, MixedBoundary}': To notify we start a part with a
238+
- `{mp_mixed, Name, MixedBoundary}': To notify we start a part with
239239
a mixed multipart content
240-
- `{mp_mixed_eof, MixedBoundary}': To notify we end a part with a a
240+
- `{mp_mixed_eof, MixedBoundary}': To notify we end a part with a
241241
mixed multipart content
242242
- `{file, File}' : To send a file
243243
- Bin: To send a binary or an iolist
@@ -385,7 +385,7 @@ behaviour.
385385

386386
See for example the
387387
[hackney_disp](https://github.com/benoitc/hackney_disp) a load-balanced
388-
Pool dispatcher based on dispcount].
388+
Pool dispatcher based on dispcount.
389389

390390
> Note: for now you can't force the pool handler / client.
391391

0 commit comments

Comments
 (0)