Skip to content

Commit ade3068

Browse files
committed
further rewrites
1 parent bc260e0 commit ade3068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/actors/development/builds_and_runs/state_persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to maintain an Actor's state to prevent data loss during
44
slug: /actors/development/builds-and-runs/state-persistence
55
---
66

7-
# [](#state-persistence)State persistence
7+
# State persistence
88

99
**Learn how to maintain an Actor's state to prevent data loss during unexpected restarts. Includes code examples for handling server migrations.**
1010

@@ -125,4 +125,4 @@ async def main():
125125
</TabItem>
126126
</Tabs>
127127

128-
TFor improved Actor performance consider [caching repeated page data](/academy/expert-scraping-with-apify/saving-useful-stats).
128+
For improved Actor performance consider [caching repeated page data](/academy/expert-scraping-with-apify/saving-useful-stats).

0 commit comments

Comments
 (0)