Skip to content

Commit 7bc94c3

Browse files
authored
docs: fixes grammar issue by adding to (#1357)
This should be `to write` not `write`
1 parent e6dd801 commit 7bc94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/websites/website-listings-custom.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ By default, sorting, filtering, and pagination are disabled for custom listings
128128

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

131-
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.
131+
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.
132132

133133
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`.
134134

0 commit comments

Comments
 (0)