Skip to content

Commit 7cc47fa

Browse files
committed
docs: fix PartitionKey spelling
1 parent a057e75 commit 7cc47fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)