From 51d7d183b716cc9965c51f3b749f3404fa1bf0c7 Mon Sep 17 00:00:00 2001 From: Chris Hoare Date: Wed, 8 Jan 2025 09:17:04 +0000 Subject: [PATCH] Fix markdown title formatting --- docs/articles/persistence/snapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/persistence/snapshots.md b/docs/articles/persistence/snapshots.md index 39a67bc7b67..3771a06a64d 100644 --- a/docs/articles/persistence/snapshots.md +++ b/docs/articles/persistence/snapshots.md @@ -51,7 +51,7 @@ persistent actors should use the `deleteSnapshots` method. Depending on the jour best practice to do specific deletes with `deleteSnapshot` or to include a `minSequenceNr` as well as a `maxSequenceNr` for the `SnapshotSelectionCriteria`. -## Optional snapshots +## Optional Snapshots By default, the persistent actor will unconditionally be stopped if the snapshot can't be loaded in the recovery. It is possible to make snapshot loading optional. This can be useful when it is alright to ignore snapshot in case