Skip to content

Commit 392f7eb

Browse files
committed
fix config variable name
1 parent 5c8d9b6 commit 392f7eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We will get our copy ready for modifications.
1212

1313
Available options:
1414

15-
- [$expirationTime](#expirationTime)
15+
- [$expiration](#expiration)
1616
- [$algorithm](#algorithm)
1717
- [$expirationKey](#expirationKey)
1818
- [$signatureKey](#signatureKey)
@@ -21,7 +21,7 @@ Available options:
2121
- [$redirect](#redirect)
2222
- [$show404](#show404)
2323

24-
### $expirationTime
24+
### $expiration
2525

2626
This setting allows us to set a fixed time after which the signed URL will expire.
2727
It's number of seconds in unix timestamp that will be added to the current date.

docs/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By default, this filter will throw `SignedUrlException` when the URL won't be si
3939
* We can redirect to the previous page
4040
* Or show 404 page
4141

42-
More info you can find in the Config section.
42+
More info you can find in the [Configuration](configuration.md) page.
4343

4444
!!! note
4545

0 commit comments

Comments
 (0)