[@types/hapi__joi]: fix minor grammar mistake (#47880)

This commit is contained in:
Kerollos Magdy 2020-09-22 21:06:50 +02:00 committed by GitHub
parent 4274de4e67
commit 007785b542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1129,7 +1129,7 @@ declare namespace Joi {
tailor(targets: string | string[]): Schema;
/**
* Annotates the key with an unit name.
* Annotates the key with a unit name.
*/
unit(name: string): this;