Skip to content

Commit

Permalink
adjust also definition docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 21, 2023
1 parent 9e4b883 commit 2b101bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/definitions/company.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand All @@ -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[];

Expand Down

0 comments on commit 2b101bc

Please sign in to comment.