minor #32692 Typo in web profiler (GKFX)

This PR was merged into the 3.4 branch.

Discussion
----------

Typo in web profiler

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | no ticket
| License       | MIT
| Doc PR        | N/A

Fixes typo in web profiler. (NB: Despite the branch being created using the GitHub web editor, I have tested this on my machine with a real project.)

Commits
-------

84b3359adc Typo in web profiler
This commit is contained in:
Tobias Schultze 2019-07-24 07:54:48 +02:00
commit 6a52744677
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@
</table>
{% else %}
<div class="empty">
<p>No options where passed when constructing this form.</p>
<p>No options were passed when constructing this form.</p>
</div>
{% endif %}
</div>