diff --git a/src/record.js b/src/record.js index 09b1bd8..4e9da5e 100644 --- a/src/record.js +++ b/src/record.js @@ -236,7 +236,7 @@ export const Record = function(descriptor, label) { return RecordType } else { - throw TypeError(`Typed.Record descriptor must define at least on field`) + throw TypeError(`Typed.Record descriptor must define at least one field`) } } else { throw TypeError(`Typed.Record must be passed a descriptor of fields`)