From e6b9cf29e528154c6215e46cb92be9c8bc8fd9ff Mon Sep 17 00:00:00 2001 From: Tom Sparrow <793763+sparrowt@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:38:15 +0000 Subject: [PATCH] Fix typo in init response in init-hooks.md `"state": "OK"` is not one of the documented states --- content/en/references/init-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/references/init-hooks.md b/content/en/references/init-hooks.md index e79e727e7b..c64a6a20d4 100644 --- a/content/en/references/init-hooks.md +++ b/content/en/references/init-hooks.md @@ -95,7 +95,7 @@ curl -s localhost:4566/_localstack/init/ready | jq . { "stage": "READY", "name": "pre_seed.py", - "state": "OK" + "state": "SUCCESSFUL" } ] }