From befa8e79799512aa8d2ee6ac01a864ed439466fe Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Thu, 9 May 2024 10:54:04 +1000 Subject: [PATCH] Remove redundant "above" word Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- content/spin/v2/key-value-store-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/spin/v2/key-value-store-tutorial.md b/content/spin/v2/key-value-store-tutorial.md index 12a91b350..8adffa3f6 100644 --- a/content/spin/v2/key-value-store-tutorial.md +++ b/content/spin/v2/key-value-store-tutorial.md @@ -409,7 +409,7 @@ $ spin build $ spin up ``` -> If you ever receive the error `Handler returned an error: Error::AccessDenied`, please make sure you've included a list of allowed `key_value_stores` in your `spin.toml` file (as shown above in the [configuration](#configuration) section above). +> If you ever receive the error `Handler returned an error: Error::AccessDenied`, please make sure you've included a list of allowed `key_value_stores` in your `spin.toml` file (as shown above in the [configuration](#configuration) section). ## Storing and Retrieving Data From Your Default Key/Value Store