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