From 4472781e6518f7e046ae92616f171a866bcede28 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Tue, 8 Jun 2021 11:10:57 -0400 Subject: [PATCH] Update x-pack/plugins/security/public/plugin.tsx Co-authored-by: Larry Gregory --- x-pack/plugins/security/public/plugin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security/public/plugin.tsx b/x-pack/plugins/security/public/plugin.tsx index e05aecadd1536b..e71df10f56ad4b 100644 --- a/x-pack/plugins/security/public/plugin.tsx +++ b/x-pack/plugins/security/public/plugin.tsx @@ -170,7 +170,7 @@ export interface SecurityPluginSetup { */ authc: AuthenticationServiceSetup; /** - * Exposes license information, like the type of license and whether it is expired. + * Exposes information about the available security features under the current license. */ license: SecurityLicense; }