From 19e76e8b07112295e6935e3d42f487bb83753bc0 Mon Sep 17 00:00:00 2001 From: Rob Landers Date: Fri, 12 Feb 2021 22:42:22 +0100 Subject: [PATCH] Fix wording --- .../state-management/howto-get-save-state.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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