Skip to content

Commit a5e5f02

Browse files
authored
Merge pull request #8 from pableu/patch-1
fix a typo in README.md (once -> ones)
2 parents 66d669f + 4b1e5e0 commit a5e5f02

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
@@ -95,7 +95,7 @@ This package provides following engine components:
9595
* **TraceableTransport:** Can be used to decorate another transport and keeps track of the last request and response. It should be used as an alternative for fetching it on the SoapClient.
9696

9797
In ext-soap, there are some well known issues regarding the HTTP layer.
98-
Therefore we recommend using the [PSR-18 based transport](https://github.com/php-soap/psr18-transport/) instead of the once above.
98+
Therefore we recommend using the [PSR-18 based transport](https://github.com/php-soap/psr18-transport/) instead of the ones above.
9999
Besides dealing with some issues, it also provides a set of middleware for dealing with some common issues you might not be able to solve with the regular SoapClient.
100100

101101

0 commit comments

Comments
 (0)