Skip to content

Commit 04d01dd

Browse files
committed
minor #16269 Correct spelling & grammar in 4.4 controller/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 controller/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 0dc86ac Correct spelling & grammar in 4.4 controller/
2 parents e842c66 + 0dc86ac commit 04d01dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/soap_web_service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ buffering the STDOUT and use ``ob_get_clean()`` to dump the echoed output
9595
into the content of the Response and clear the output buffer. Finally, you're
9696
ready to return the ``Response``.
9797

98-
Below is an example calling the service using a native `SoapClient`_ client. This example
98+
Below is an example of calling the service using a native `SoapClient`_ client. This example
9999
assumes that the ``index()`` method in the controller above is accessible via
100100
the route ``/soap``::
101101

0 commit comments

Comments
 (0)