Skip to content

Commit

Permalink
fix: improve jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 31, 2021
1 parent aefdd06 commit e3e3784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export namespace EnvDisplay {
* @example
* {
* title: 'My Envs',
* data: { username: 'foo', theURL: 'https://example.com' }
* data: [{ username: 'foo', theURL: 'https://example.com' }]
* }
* // Renders as:
* My Envs
Expand All @@ -61,7 +61,7 @@ export namespace EnvDisplay {
*
* @example
* {
* data: { username: 'foo', theURL: 'https://example.com' }
* data: [{ username: 'foo', theURL: 'https://example.com' }]
* keys: { theURL: 'Url', username: 'Name' },
* }
*
Expand Down

0 comments on commit e3e3784

Please sign in to comment.