diff --git a/lib/index.d.ts b/lib/index.d.ts index c224c991..c76806cd 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -2118,12 +2118,12 @@ declare namespace Joi { array(): ArraySchema; /** - * Generates a schema object that matches a boolean data type (as well as the strings 'true', 'false', 'yes', and 'no'). Can also be called via boolean(). + * Generates a schema object that matches a boolean data type (as well as the strings 'true' and 'false'). Can also be called via boolean(). */ bool(): BooleanSchema; /** - * Generates a schema object that matches a boolean data type (as well as the strings 'true', 'false', 'yes', and 'no'). Can also be called via bool(). + * Generates a schema object that matches a boolean data type (as well as the strings 'true' and 'false'). Can also be called via bool(). */ boolean(): BooleanSchema;