From 72259cb282fc80b5f9b30f25e9674ff2ef2c3f71 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 30 Apr 2023 15:52:56 -0600 Subject: fix grammatical error in docs --- docs/modules/html-backend/pages/custom-stylesheet.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/modules/html-backend/pages/custom-stylesheet.adoc b/docs/modules/html-backend/pages/custom-stylesheet.adoc index 37f6ea14..3b6f53c8 100644 --- a/docs/modules/html-backend/pages/custom-stylesheet.adoc +++ b/docs/modules/html-backend/pages/custom-stylesheet.adoc @@ -151,8 +151,8 @@ We can turn to the `copycss` attribute to clear this situation up. NOTE: This situation is unique to when `linkcss` is set. It's not a problem when the converter embeds the stylesheet since there is no secondary reference involved. -The `copycss` attribute can accepts a value. -Asciidoctor uses that value as an override for where to look for the stylesheet to read. +The `copycss` attribute can accept a non-empty value. +Asciidoctor uses this value as an override for where to look for the stylesheet to read. The converter, on the other hand, does not use this value. That means we can use `stylesdir` and `stylesheet` to assemble the path relative to the output directory where Asciidoctor should write and link to the stylesheet independent of the location where it reads the file. -- cgit v1.2.3