Skip to content

Commit 8b85020

Browse files
committed
[#5774] fixing casing
1 parent 4e50ef9 commit 8b85020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ block and set the value of two variables called ``icon`` and ``text``:
155155

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

@@ -227,7 +227,7 @@ must also define additional blocks:
227227
<th>Content Type</th>
228228
</tr>
229229

230-
{% for type in collector.acceptablecontenttypes %}
230+
{% for type in collector.acceptableContentTypes %}
231231
<tr>
232232
<td>{{ type }}</td>
233233
</tr>

0 commit comments

Comments
 (0)