From 2b101bc1f8dfca031dfce382fe945ce5953fc1d7 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Tue, 21 Feb 2023 12:08:36 +0100 Subject: [PATCH] adjust also definition docs --- src/definitions/company.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/definitions/company.ts b/src/definitions/company.ts index 4318c897ca6..257a2912292 100644 --- a/src/definitions/company.ts +++ b/src/definitions/company.ts @@ -5,27 +5,27 @@ import type { LocaleEntry } from './definitions'; */ export type CompanyDefinitions = LocaleEntry<{ /** - * Business/products related adjectives. + * Business/products related adjectives that can be used to demonstrate data being viewed by a manager. */ buzz_adjective: string[]; /** - * Business/products related nouns. + * Business/products related nouns that can be used to demonstrate data being viewed by a manager. */ buzz_noun: string[]; /** - * Business/products related verbs. + * Business/products related verbs that can be used to demonstrate data being viewed by a manager. */ buzz_verb: string[]; /** - * Catchphrase adjectives. + * Catchphrase adjectives that can be displayed to an end user. */ adjective: string[]; /** - * Catchphrase descriptors. + * Catchphrase descriptors that can be displayed to an end user. */ descriptor: string[]; @@ -35,7 +35,7 @@ export type CompanyDefinitions = LocaleEntry<{ name_patterns: string[]; /** - * Catchphrase nouns. + * Catchphrase nouns that can be displayed to an end user. */ noun: string[];