Skip to content

Commit

Permalink
fix(components): fix minor wording issue - fixes #1501
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 17, 2024
1 parent d5cb555 commit 0e0eab5
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v3/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.0/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.1/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.10/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.11/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.12/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.13.0/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.14/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.15/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.16/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.17/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.18/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.19/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.2/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.20/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.21/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.22/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.23/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.3/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.4/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.5/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.6/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.7/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.8/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.9/components/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ own type information. Neither Stencil nor TypeScript will try to change the type
<todo-list-item isComplete={"42"} label={1} thingToDo={"Learn about any-typed props"}></todo-list-item>
```

The following will rendered from the usage example above:
The following will be rendered from the usage example above:
```md
- isComplete has a value of - 42 - and a typeof value of "number"
- label has a value of - - and a typeof value of "object"
Expand Down

0 comments on commit 0e0eab5

Please sign in to comment.