From 007785b54289f87276e4bf54971014dc0ef08d0a Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Tue, 22 Sep 2020 21:06:50 +0200 Subject: [PATCH] [@types/hapi__joi]: fix minor grammar mistake (#47880) --- types/hapi__joi/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/hapi__joi/index.d.ts b/types/hapi__joi/index.d.ts index 2ccd02c3c6..9c65e8e9b6 100644 --- a/types/hapi__joi/index.d.ts +++ b/types/hapi__joi/index.d.ts @@ -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;