Skip to content

Commit 04f9d60

Browse files
mforiTC-MO
andauthored
Update sources/platform/actors/development/actor_definition/key_value_store_schema/index.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 9c6d246 commit 04f9d60

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition/key_value_store_schema

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/key_value_store_schema/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Each collection can define its member keys using one of the following properties
7272
- `keyPrefix` - All keys starting with the specified prefix will be included in the collection (e.g., all keys starting with "document-").
7373
- `key` - A specific individual key that will be included in the collection.
7474

75-
Note that you must use either `key` or `keyPrefix` for each collection, but not both.
75+
You must use either `key` or `keyPrefix` for each collection, but not both.
7676

7777
Once the key-value store schema is defined, the tabs for each collection will appear in the `Storage` tab of the Actor's run:
7878

0 commit comments

Comments
 (0)