Skip to content

Commit

Permalink
doc(components/properties.md): update erroneous closing tags on compo…
Browse files Browse the repository at this point in the history
…nents (#1472)

* doc(components/properties.md): update erroneous closing tags on components. 

Some of the components had different closing tags to the opening tags specified by the component creation.

* docs(properties.md): update closing tags on version docs

---------

Co-authored-by: Jacques Ramsden <[email protected]>
  • Loading branch information
JacquesRamsdenGit and Jacques Ramsden authored Aug 16, 2024
1 parent c6470d9 commit 3eaa988
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions docs/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" http-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" http-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v3/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -807,7 +807,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.0/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.1/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.10/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.11/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.12/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.13.0/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.14/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.15/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.16/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.17/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.18/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.19/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.2/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.20/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -810,7 +810,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.3/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.4/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.5/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.6/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.7/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ This component has **3 properties**, but the compiler will create **only 2 attri
`thing-to-do`.

```html
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></my-cmp>
<todo-list-item is-complete="false" thing-to-do="Read Attribute Naming Section of Stencil Docs"></todo-list-item>
```

Notice that the `httpService` type is not a primitive (e.g. not a `number`, `boolean`, or `string`). Since DOM
Expand Down Expand Up @@ -746,7 +746,7 @@ By using this option, we are being explicit about which properties have an assoc
when using the component in HTML.

```html
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></my-cmp>
<todo-list-item complete="false" thing="Read Attribute Naming Section of Stencil Docs" my-service="{}"></todo-list-item>
```

### Prop Mutability (`mutable`)
Expand Down
Loading

0 comments on commit 3eaa988

Please sign in to comment.