Skip to content

Commit 5e6846b

Browse files
committed
typo fix
1 parent 5772ba8 commit 5e6846b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/utils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ module.exports.keyTypeError = field => {
4141
+ `Valid types for partitionKey and sortKey are 'string','number' and 'binary'`)
4242
}
4343

44-
45-
// Transform atribute values
44+
// Transform attribute values
4645
module.exports.transformAttr = (mapping,value,data) => {
4746
value = mapping.transform ? mapping.transform(value,data) : value
4847
return mapping.prefix || mapping.suffix ?

0 commit comments

Comments
 (0)