Skip to content

Commit c6d45f0

Browse files
authored
Update README.md
1 parent c4bf1ff commit c6d45f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ As context use "field":
281281

282282
### Override list of blocks for your StreamField in admin.py
283283
Typicaly you set the blocks in your models as `model_list` attribute of StreamField field.
284-
But if you want to change blocks, for example depending on object, you can do it in admin site
284+
But if you want to change the blocks, for example depending on the object, you can do it in the admin site
285285
of your model. Suppose you want to use only `RichText` on page with id=1.
286286

287287
```python

0 commit comments

Comments
 (0)