From 2a5bf83665123f19edbcae93074e2a4151db5451 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Mon, 30 Sep 2024 20:50:00 +0200 Subject: [PATCH] docs: fixes grammar issue by adding `to` (#1357) This should be `to write` not `write` (cherry picked from commit 7bc94c3c14bca8637ecdbc8f3d0ca1586501cb54) --- docs/websites/website-listings-custom.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/websites/website-listings-custom.qmd b/docs/websites/website-listings-custom.qmd index 9989de1c2..47667ee80 100644 --- a/docs/websites/website-listings-custom.qmd +++ b/docs/websites/website-listings-custom.qmd @@ -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`.