Skip to content

Commit c175122

Browse files
authored
Merge pull request #3625 from HiltonGiesenow/main
Fixing a typo and trying to fix the table rendering
2 parents 12e8e0e + ce25d40 commit c175122

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/extensibility/web_components_list.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Here are the list of all **reusable** web components you can use to customize yo
140140

141141
## `<pnp-collapsible>`
142142

143-
- **Description**: expand/collapse the `collapsible-content` contetn when the text with `data-group-name` is clicked.
143+
- **Description**: expand/collapse the `collapsible-content` content when the text with `data-group-name` is clicked.
144144

145145
!["Collapsible component"](../assets/extensibility/web_components/collapsible_component.png){: .center}
146146

@@ -257,6 +257,7 @@ Use all properties:
257257
data-font-size="12"
258258
/>
259259
```
260+
260261
|Parameter|Description|
261262
|--|--|
262263
|data-path|Used for creating the breadcrumb path. Component is designed to receive `OriginalPath` or `Path` property. Property is required for rendering the breadcrumb path. `String`|
@@ -269,4 +270,4 @@ Use all properties:
269270
|data-breadcrumb-items-as-links|If the breadcrumb items should be clickable links to the path they represent. Optional, default value `true`. `Boolean`|
270271
|data-max-displayed-items|The maximum number of breadcrumb items to display before coalescing. If not specified, all breadcrumbs will be rendered. Optional, default value `3`. `Int`|
271272
|data-overflow-index| Index where overflow items will be collapsed. Optional, default value `0`. `Int`|
272-
|data-font-size|Font size of breadcrumb items. Optional, default value `12`. `Int`|
273+
|data-font-size|Font size of breadcrumb items. Optional, default value `12`. `Int`|

0 commit comments

Comments
 (0)