Skip to content

Commit

Permalink
Minor example wording fix #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 8, 2021
1 parent 79d8f43 commit 3d690e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
The next Saturday will be in {{ moment(now).toTime(next_saturday) }}, from the time this page was rendered.
</p>
<p>
The next Saturday and current time diff: {{ moment(next_saturday).diff(now, 'days') }} days
Time difference between now and next Saturday: {{ moment(next_saturday).diff(now, 'days') }} days
or {{ moment(next_saturday).diff(now, 'hours') }} hours.
</p>
<div id="ajax"></div>
Expand Down

0 comments on commit 3d690e9

Please sign in to comment.