Skip to content

Commit

Permalink
Fix option name in docs
Browse files Browse the repository at this point in the history
Closes GH-15.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
MountainCode authored Sep 12, 2024
1 parent 23429f1 commit 7707900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Configuration (TypeScript type).
— direction of the document
* `js` (`Array<string>` or `string`, optional)
— URLs to scripts to use as `src` on `<script>`s
* `lang` (`string`, default: `'en'`)
* `language` (`string`, default: `'en'`)
— language of document; should be a [BCP 47][bcp47] language tag
* `link` (`Array<Properties>` or `Properties`, optional)
— generate extra `<link>`s with these properties; passed as `properties`
Expand Down

0 comments on commit 7707900

Please sign in to comment.