We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1024cc commit d59b53cCopy full SHA for d59b53c
README.md
@@ -145,10 +145,10 @@ Add an object to modify CURL requests
145
146
pipe(RequestModifierInterface $requestModifier): self
147
148
-By default, FileRequestModifier et PlainTextRequestModifier are active.
+By default, FileRequestModifier and PlainTextRequestModifier are active.
149
If necessary, you can add an instance of ProxyRequestModifier
150
151
-* ProxyRequestModifier It allows to define curl options to use a proxy
+* ProxyRequestModifier allows you to define curl options to use a proxy
152
153
* FileRequestModifier is used to manage file paths starting with @
154
and passed as a parameter by transforming them into CurlFile
0 commit comments