Skip to content

Commit 7c73d96

Browse files
committed
fix lint
1 parent 395e0fc commit 7c73d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/caching.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ end
3030
3131
<p><%= Time.zone.now %>"></p>
3232
<p><%= "#{foo} #{bar}" %></p>
33-
3433
```
35-
will result in
34+
35+
will result in:
36+
3637
```html
3738
<p>foo-bar</p>
3839

3940
<p>2025-03-27 16:46:10 UTC</p>
4041
<p> foo bar</p>
4142
```
42-

0 commit comments

Comments
 (0)