Skip to content

Commit

Permalink
[#5774] fixing casing
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 5, 2015
1 parent 4e50ef9 commit 8b85020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/profiler/data_collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ block and set the value of two variables called ``icon`` and ``text``:

<div class="sf-toolbar-info-piece">
<b>Accepted content type</b>
<span>{{ collector.acceptablecontenttypes|join(', ') }}</span>
<span>{{ collector.acceptableContentTypes|join(', ') }}</span>
</div>
{% endset %}

Expand Down Expand Up @@ -227,7 +227,7 @@ must also define additional blocks:
<th>Content Type</th>
</tr>

{% for type in collector.acceptablecontenttypes %}
{% for type in collector.acceptableContentTypes %}
<tr>
<td>{{ type }}</td>
</tr>
Expand Down

0 comments on commit 8b85020

Please sign in to comment.