Skip to content

Commit 8d98f66

Browse files
author
shleewhite
committed
fix: spelling error
1 parent 881bf6a commit 8d98f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The AdvancedTable component itself is where most of the options will be applied.
99
This is a named block where the content for the AdvancedTable body is rendered.
1010
<Doc::ComponentApi as |C|>
1111
<C.Property @name="[B].rowIndex" @type="number | string">
12-
The value of the index asssociated with the `@each` loop. Returns a number when there are no nested rows. Returns a string in the form `${parentIndex}.${childIndex}` when there are nested rows.
12+
The value of the index associated with the `@each` loop. Returns a number when there are no nested rows. Returns a string in the form `${parentIndex}.${childIndex}` when there are nested rows.
1313
</C.Property>
1414
<C.Property @name="[B].sortBy" @type="string">
1515
The value of the internal `sortBy` tracked variable.

0 commit comments

Comments
 (0)