You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Updates documentation to correct typos, provide accurate links, and improve clarity.
This includes:
- Correcting a typo in the keyvalue documentation.
- Updating an outdated link in the azure provider documentation.
- Improving the gcloud install instructions.
- Correcting a typo in the schedules documentation.
Copy file name to clipboardExpand all lines: docs/keyvalue.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Key value stores act as a database which provides the functionality for efficien
16
16
17
17
### Key
18
18
19
-
A key is a unique string that acts as a references to a value. Anytime a value is updated or read from a key value store, it is done so by referencing the key.
19
+
A key is a unique string that acts as a reference to a value. Anytime a value is updated or read from a key value store, it is done so by referencing the key.
The Azure provider is supported by the Nitric SDKs and CLI by default. However, credentials for an Azure account will be required when using the [up command](/reference/cli) from the CLI.
0 commit comments