From c6470d9f9c111f7411366af53ec4a8ba3bebb692 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Tue, 6 Aug 2024 08:23:25 -0700 Subject: [PATCH] fix(docs): minor improvement to import comment (#1469) --- versioned_docs/version-v4.0/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.1/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.10/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.11/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.12/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.2/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.3/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.4/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.5/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.6/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.7/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.8/output-targets/dist.md | 4 ++-- versioned_docs/version-v4.9/output-targets/dist.md | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/versioned_docs/version-v4.0/output-targets/dist.md b/versioned_docs/version-v4.0/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.0/output-targets/dist.md +++ b/versioned_docs/version-v4.0/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.1/output-targets/dist.md b/versioned_docs/version-v4.1/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.1/output-targets/dist.md +++ b/versioned_docs/version-v4.1/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.10/output-targets/dist.md b/versioned_docs/version-v4.10/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.10/output-targets/dist.md +++ b/versioned_docs/version-v4.10/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.11/output-targets/dist.md b/versioned_docs/version-v4.11/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.11/output-targets/dist.md +++ b/versioned_docs/version-v4.11/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.12/output-targets/dist.md b/versioned_docs/version-v4.12/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.12/output-targets/dist.md +++ b/versioned_docs/version-v4.12/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.2/output-targets/dist.md b/versioned_docs/version-v4.2/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.2/output-targets/dist.md +++ b/versioned_docs/version-v4.2/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.3/output-targets/dist.md b/versioned_docs/version-v4.3/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.3/output-targets/dist.md +++ b/versioned_docs/version-v4.3/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.4/output-targets/dist.md b/versioned_docs/version-v4.4/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.4/output-targets/dist.md +++ b/versioned_docs/version-v4.4/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.5/output-targets/dist.md b/versioned_docs/version-v4.5/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.5/output-targets/dist.md +++ b/versioned_docs/version-v4.5/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.6/output-targets/dist.md b/versioned_docs/version-v4.6/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.6/output-targets/dist.md +++ b/versioned_docs/version-v4.6/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.7/output-targets/dist.md b/versioned_docs/version-v4.7/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.7/output-targets/dist.md +++ b/versioned_docs/version-v4.7/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.8/output-targets/dist.md b/versioned_docs/version-v4.8/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.8/output-targets/dist.md +++ b/versioned_docs/version-v4.8/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. diff --git a/versioned_docs/version-v4.9/output-targets/dist.md b/versioned_docs/version-v4.9/output-targets/dist.md index 2b31ae6d8..fc65f22fb 100644 --- a/versioned_docs/version-v4.9/output-targets/dist.md +++ b/versioned_docs/version-v4.9/output-targets/dist.md @@ -129,13 +129,13 @@ Each output target's form of bundling and distribution has its own pros and cons ### Importing the `dist` library using a bundler - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc. ### Importing the `dist` library into another Stencil app - Run `npm install my-name --save` -- Add an `import` within the root component: `import my-component`; +- Add an `import` within the root component: e.g. `import { MyComponent } from "my-component";` - Stencil will automatically setup the lazy-loading capabilities for the Stencil library. - Then you can use the element anywhere in your template, JSX, HTML etc.