Skip to content

Commit 2e72b69

Browse files
committed
Fix markdown lint error in Asset.timestamp description
1 parent d85c7c4 commit 2e72b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/development/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ Asset.timestamp
164164
: Appends a timestamp which is last modified time of the particular
165165
file at the end of asset files URLs (CSS, JavaScript, Image) when
166166
using proper helpers. Valid values:
167-
- (bool) `false` - Doesn't do anything (default)
168-
- (bool) `true` - Appends the timestamp when debug is `true`
169-
- (string) 'force' - Always appends the timestamp.
167+
(bool) `false` - Doesn't do anything (default),
168+
(bool) `true` - Appends the timestamp when debug is `true`,
169+
(string) 'force' - Always appends the timestamp.
170170

171171
Asset.cacheTime
172172
: Sets the asset cache time. This determines the http header `Cache-Control`'s

0 commit comments

Comments
 (0)