Skip to content

Commit

Permalink
Merge pull request #3 from jianaijun/master
Browse files Browse the repository at this point in the history
Typo correction
  • Loading branch information
mauritsvanrees committed Dec 27, 2012
2 parents 8fb42c9 + c60fe1f commit 4eb51ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The context in which it is called defines which folder is listed.
You can also use Python expressions to be able to pass parameters, like which
content type or review state you want to use::

<li tal:repeat="item python:context.restrictedTraverse('@@folderListing')(portal_typr='Document')">
<li tal:repeat="item python:context.restrictedTraverse('@@folderListing')(portal_type='Document')">

In Python a ContentListing of a particular folder's contents can be fetched
by using::
Expand Down

0 comments on commit 4eb51ff

Please sign in to comment.