Skip to content

Commit

Permalink
fix grammatical error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 30, 2023
1 parent e044461 commit db5dd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/html-backend/pages/custom-stylesheet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit db5dd8f

Please sign in to comment.