Skip to content

Commit cbc94c1

Browse files
xabbuhGuikingone
authored andcommitted
[symfony#9836] fix a minor typo
1 parent 755a50b commit cbc94c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ provided by the collectors obtained through the ``$client->getProfile()`` call::
7676
$client = static::createClient();
7777

7878
// enable the profiler only for the next request (if you make
79-
// new requests, you must call to this method again)
79+
// new requests, you must call this method again)
8080
// (it does nothing if the profiler is not available)
8181
$client->enableProfiler();
8282

0 commit comments

Comments
 (0)