Skip to content

Commit 0dc86ac

Browse files
committed
Correct spelling & grammar in 4.4 controller/
1 parent 62c0653 commit 0dc86ac

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)