From bd68eba1406f078461784442031934c533e5aad2 Mon Sep 17 00:00:00 2001 From: Muhamad Awad Date: Thu, 1 Aug 2024 17:04:38 +0200 Subject: [PATCH] apply PR comments --- docs/develop/local_dev.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/local_dev.mdx b/docs/develop/local_dev.mdx index 9f35dee4..1ea9808a 100644 --- a/docs/develop/local_dev.mdx +++ b/docs/develop/local_dev.mdx @@ -167,7 +167,7 @@ import clsx from "clsx"; Clear the K/V state of a Virtual Object or Workflows. - To clear all state, stop the server then do `rm -rf /`. + To clear all state, stop the server then do `rm -rf /`, which will effectively delete all state/data of the Restate server. ```shell restate kv clear