Skip to content

Commit

Permalink
docs: fixes grammar issue by adding to (#1357)
Browse files Browse the repository at this point in the history
This should be `to write` not `write`

(cherry picked from commit 7bc94c3)
  • Loading branch information
lwjohnst86 authored and github-actions[bot] committed Sep 30, 2024
1 parent 3ee1919 commit 2a5bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/websites/website-listings-custom.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ By default, sorting, filtering, and pagination are disabled for custom listings

1. Include a `list` class on the HTML tag that contains the list of items.

2. For each item, include `<%= metadataAttrs(item) %>` in the HTML tag that contains the item. This will allow Quarto write custom attributes that are used for sorting and filtering.
2. For each item, include `<%= metadataAttrs(item) %>` in the HTML tag that contains the item. This will allow Quarto to write custom attributes that are used for sorting and filtering.

3. Within each item, include a class that identifies the tag whose text represents the contents of an item's field. The class must be the name of the field prefixed with `listing-`, for example the tag whose inner text is the `item.name` should include a class `listing-name`.

Expand Down

0 comments on commit 2a5bf83

Please sign in to comment.