docs(checkpoint-postgres): fix typo in comment (#5486)

fix typo in comment

Signed-off-by: jitokim <pigberger70@gmail.com>
This commit is contained in:
jito
2025-07-14 16:58:13 +00:00
committed by GitHub
parent 06f311fffb
commit de1460937a
2 changed files with 3 additions and 2 deletions
@@ -756,6 +756,7 @@ class PostgresStore(BaseStore, BasePostgresStore[_pg_internal.Conn]):
If provided, will create a connection pool and use it instead of a single connection.
This overrides the `pipeline` argument.
index: The index configuration for the store.
ttl: The TTL configuration for the store.
Returns:
PostgresStore: A new PostgresStore instance.