Skip to content

Commit b29d75b

Browse files
authored
docs: fix PartitionKey spelling (#88)
1 parent a057e75 commit b29d75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ represented as a `string`, then you will get an `exception`.
336336

337337
* `Keys(object partitionKey, object rangeKey)`
338338
* Used when you want convert both a partition key and a range key.
339-
* `PartionKey(object key)`
339+
* `PartitionKey(object key)`
340340
* Used when you only want to only convert a partition key without a range key.
341341
* `RangeKey(object key)`
342342
* Used when you only want to only convert a range key without a partition key.

0 commit comments

Comments
 (0)