diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md index e66246cfb..75b28d3a3 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-get-save-state.md @@ -396,7 +396,7 @@ You're up and running! Both Dapr and your app logs will appear here. To batch load and save state with PHP, just create a "Plain Ole' PHP Object" (POPO) and annotate it with the StateStore annotation. -Let's update our `state-example.php` file: +Let's update the `state-example.php` file: ```php