We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a057e75 commit 7cc47faCopy full SHA for 7cc47fa
1 file changed
README.md
@@ -336,7 +336,7 @@ represented as a `string`, then you will get an `exception`.
336
337
* `Keys(object partitionKey, object rangeKey)`
338
* Used when you want convert both a partition key and a range key.
339
-* `PartionKey(object key)`
+* `PartitionKey(object key)`
340
* Used when you only want to only convert a partition key without a range key.
341
* `RangeKey(object key)`
342
* Used when you only want to only convert a range key without a partition key.
0 commit comments