Skip to content

Commit

Permalink
fix(dependency): Fixing typos, and default for HTMLElementTagNameMap …
Browse files Browse the repository at this point in the history
…comment.
  • Loading branch information
himerus committed Mar 8, 2024
1 parent bc6046d commit 4ce9677
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreAccordion extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class OutlineCoreAlert

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreBreadcrumb extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreCard extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreContainer extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreForm extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreIcon extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreImage extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class OutlineCoreLink extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreList extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreModal extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreText extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class OutlineCoreYouTube extends LitElement {

/**
* TypeScript declaration extends the HTMLElementTagNameMap interface, adding
* the 'v-tile' web component. This enhances type checking and autocompletion in IDEs.
* the web component. This enhances type checking and autocompletion in IDEs.
* @see {@link https://lit.dev/docs/components/defining/#typescript-typings | Providing good TypeScript typings}
*/
declare global {
Expand Down

0 comments on commit 4ce9677

Please sign in to comment.