Skip to content

Commit 63d3c4d

Browse files
shleewhiteKristinLBradley
authored and
shleewhite
committed
Update website/docs/components/table/advanced-table/partials/code/component-api.md
Co-authored-by: Kristin Bradley <kristin.bradley@hashicorp.com>
1 parent 3526069 commit 63d3c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/components/table/advanced-table/partials/code/component-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The AdvancedTable component itself is where most of the options will be applied.
1818
The value of the internal `sortOrder` tracked variable.
1919
</C.Property>
2020
<C.Property @name="[B].isExpanded" @type="boolean">
21-
The value of the internal `isExpanded` tracked variable from the row if it has nested rows. Otherwise returns `undefined`.
21+
Returns the value of the internal `isExpanded` tracked variable from the row if it has nested rows; otherwise returns `undefined`.
2222
</C.Property>
2323
</Doc::ComponentApi>
2424
</C.Property>
@@ -93,7 +93,7 @@ The AdvancedTable component itself is where most of the options will be applied.
9393
Determines if the AdvancedTable has a sticky header.
9494
</C.Property>
9595
<C.Property @name="density" @type="enum" @values={{array "short" "medium" "tall" }} @default="medium">
96-
If set, determines the density (height) of the body's rows.
96+
If set, determines the density (height) of the bodys rows.
9797
</C.Property>
9898
<C.Property @name="valign" @type="enum" @values={{array "top" "middle" "baseline" }} @default="top">
9999
Determines the vertical alignment for content in a table. Does not apply to table headers (`th`). See [MDN reference on vertical-align](https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align) for more details.

0 commit comments

Comments
 (0)