Skip to content

Commit 0eb1822

Browse files
committed
fix attribute spelling
1 parent 09b442d commit 0eb1822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Given a content type with a `NamedBlobField` named `picture`, we can get the fol
504504
In these info's we have everything we need to generate our image URL's, without waking up any object's.
505505

506506
```xml
507-
<li tal:define="preview python: brain.images_scales['picture'][0]['scales']['preview']">
507+
<li tal:define="preview python: brain.image_scales['picture'][0]['scales']['preview']">
508508
<img src="${python: preview['download']}"
509509
width="${python: preview['width']}"
510510
height="${python: preview['height']}" />

0 commit comments

Comments
 (0)