Skip to content

Commit 860dc3a

Browse files
authored
Fix docs example
1 parent a9c409d commit 860dc3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/access-control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Access can also be controlled by specifying a relative time interval, similar to
190190

191191
For example, the following access control settings restrict access to ``https://example.com/restricted/`` by default, but allow access to all captures newer than 1 year::
192192

193-
com,example)/restricted - {"access": "allow", "older": {"years": 1}}
193+
com,example)/restricted - {"access": "allow", "newer": {"years": 1}}
194194
com,example)/restricted - {"access": "block"}
195195

196196
The following access control settings restrict access to ``https://example.com/restricted/`` by default, but allow access to all captures older than 1 year, 2 months, 3 weeks, and 4 days::

0 commit comments

Comments
 (0)