Skip to content

Commit 8579d1c

Browse files
committed
Tweak
1 parent 24dfe8a commit 8579d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ of the opened file, but you can configure both with the PHP streaming configurat
672672
$formData->getParts(); // Returns two instances of TextPart both
673673
// with the name "array_field"
674674

675-
Usually, the ``Content-Type`` of each form's part is detected automatically. However,
675+
The ``Content-Type`` of each form's part is detected automatically. However,
676676
you can override it by passing a ``DataPart``::
677677

678678
use Symfony\Component\Mime\Part\DataPart;

0 commit comments

Comments
 (0)