summaryrefslogtreecommitdiff
path: root/docs/modules/html-backend/pages
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-30 15:52:56 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-30 15:52:56 -0600
commit72259cb282fc80b5f9b30f25e9674ff2ef2c3f71 (patch)
treea9c341f0a6a783ce6ddd9ba8627d6f90fe50f316 /docs/modules/html-backend/pages
parent5499356f0552b7d1010f849cea5c3a90ab3e15ae (diff)
fix grammatical error in docs
Diffstat (limited to 'docs/modules/html-backend/pages')
-rw-r--r--docs/modules/html-backend/pages/custom-stylesheet.adoc4
1 files changed, 2 insertions, 2 deletions
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.