Skip to content

Commit 2be6510

Browse files
committed
[#2960] Minor changes thanks to @xabbuh
1 parent 0f674c1 commit 2be6510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/templating/PHP.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,11 @@ template's code.
313313
Profiling Templates
314314
~~~~~~~~~~~~~~~~~~~
315315

316-
Using the ``stopwatch`` helper, you are able to time parts of your template
316+
By using the ``stopwatch`` helper, you are able to time parts of your template
317317
and display it on the timeline of the WebProfilerBundle::
318318

319319
<?php $view['stopwatch']->start('foo') ?>
320-
... things that gets timed
320+
... things that get timed
321321
<?php $view['stopwatch']->stop('foo') ?>
322322

323323
.. tip::

0 commit comments

Comments
 (0)