From a63cfa23bfcba900a9f7200eddc9b809ab81b41f Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Tue, 10 Oct 2023 11:33:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be43f24..a833c3d 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ The UID represents a field on the registered type. The value of this field will Mind that you can not use an auto-incremental value like the `id` as auto-increment does not play nice when you try to match entries across different databases. -If you do not have a single unique value, you can also pass in a array of keys for a combined uid key. This is for example the case for all content types which use i18n features (An example config would be `uid: ['productId', 'locale']`). +If you do not have a single unique value, you can also pass in an array of keys for a combined uid key. This is for example the case for all content types which use i18n features (An example config would be `uid: ['productId', 'locale']`). ###### Key: `uid`