Skip to content

Commit

Permalink
Fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Sep 19, 2024
1 parent 7c00f68 commit 54debe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/task-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The task list Nunjucks macro takes the following arguments:
| **attributes** | object | No | HTML attributes (for example data attributes) to add to the `ul` container for the task list. |
| **idPrefix** | string | No | Optional prefix. This is used to prefix the `id` attribute for the task list item tag and hint, separated by `-`. Defaults to `"task-list"`. |

### Options for `items` array objects
### Options for `items` array

| Name | Type | Required | Description |
| -------------- | ------ | -------- | ----------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 54debe3

Please sign in to comment.