Added the name horizontal line or horizontal rules

There was some confusion in https://github.com/dolanmiu/docx/issues/437 because the docs don't mention anything called horizontal lines or horizontal rules. Microsoft calls them by that name here https://support.microsoft.com/en-us/office/insert-a-line-9bf172f6-5908-4791-9bb9-2c952197b1a9
This will make it easier for people to find this in the docs.
This commit is contained in:
Hunter Wilhelm
2022-09-26 10:22:32 -06:00
committed by GitHub
parent 96451bc5b7
commit 321969eb85

View File

@ -111,7 +111,7 @@ const paragraph = new Paragraph({
## Border
Add borders to a `Paragraph`. Good for making the `Paragraph` stand out
Add borders to a `Paragraph`. Good for making the `Paragraph` stand out. Also called horizontal lines or horizontal rules.
#### IBorderPropertyOptions