Skip to content

Commit f9f7548

Browse files
committed
minor symfony#3462 Replace ... with etc (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Replace ... with etc | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- e6b1c7d Replace ... with etc
2 parents e0a52ec + e6b1c7d commit f9f7548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/testing/profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ various things and enforce some metrics.
1111

1212
The Symfony2 :ref:`Profiler <internals-profiler>` gathers a lot of data for
1313
each request. Use this data to check the number of database calls, the time
14-
spent in the framework, ... But before writing assertions, enable the profiler
14+
spent in the framework, etc. But before writing assertions, enable the profiler
1515
and check that the profiler is indeed available (it is enabled by default in
1616
the ``test`` environment)::
1717

0 commit comments

Comments
 (0)