diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md index 8efd302e6..5f63938fc 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md @@ -50,7 +50,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr | EnableTTL | N | Boolean value to enable TTL capability. Defaults to `"true"` | `"true"` | TTLFrequency | N | Additional parameters to use | `"5s"` -> [1] The `certPath` and `keyPath` fields are not mandatory if server url is http, however if server url is https and no certPath and keyPath is present dapr returns an error. +> [1] The `certPath` and `keyPath` fields are not mandatory if server url is `http`. However if the server url is `https` and no certPath and keyPath is present, then Dapr returns an error. ### TTLs and cleanups