Skip to content

Commit

Permalink
docs: fix copy paste typos for offset time to live (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Aug 19, 2024
1 parent 8b890c1 commit a0080d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ The TTL attribute to use for the timestamp offset table is named `expiry`.

Time-to-live settings are configured per projection. The projection name can also be matched by prefix by using a `*`
at the end of the key. For example, offsets can be configured to expire in 7 days for a particular projection, and in
14 days for all projections names that start with a particular prefix:
14 days for all projection names that start with a particular prefix:

@@ snip [offset time-to-live](/docs/src/test/scala/projection/docs/config/ProjectionTimeToLiveSettingsDocExample.scala) { #time-to-live type=conf }

Expand Down
2 changes: 1 addition & 1 deletion projection/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ akka.projection.dynamodb {

# Time-to-live settings per projection name.
# See `projection-defaults` for possible settings and default values.
# Prefix matching is supported by using * at the end of an entity type key.
# Prefix matching is supported by using * at the end of a projection name.
projections {
# Example configuration:
# "some-projection" {
Expand Down

0 comments on commit a0080d2

Please sign in to comment.