0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed typo

This commit is contained in:
Naz 2021-03-04 11:27:31 +13:00
parent 4778fce615
commit 55e9ef957f

View file

@ -175,7 +175,7 @@ module.exports = {
}
},
key: {type: 'string', maxlength: 50, nullable: false, unique: true},
// NOTE: as JSON objects are no longer stored in `value` we could pottentialy reduce the maxlength
// NOTE: as JSON objects are no longer stored in `value` we could potentially reduce the maxlength
value: {type: 'text', maxlength: 65535, nullable: true},
type: {
type: 'string',