Skip to content

Commit 5251c17

Browse files
authored
Merge pull request #435 from fabiogaiera/fix_typo
Replaced end-day-day by end-of-day
2 parents 794c28d + c504f65 commit 5251c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/tickq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For example, a RDB may implement [`.u.end`](rq.md#uend) to write down all in-mem
5050
These record all published messages and permit recovery by downstream clients, by allowing them to replay messages they have missed.
5151
The directory used should have enough space to record all published data.
5252

53-
As end-day-day causes a file roll, a process should be put in place to remove old log files that are no longer required.
53+
As end-of-day causes a file roll, a process should be put in place to remove old log files that are no longer required.
5454

5555
!!! note "The tickerplant does not replay log files for clients, but exposes [log file details](#variables) to clients so they can access the current log file"
5656

0 commit comments

Comments
 (0)