From f27c95191ba12c08ffd8f6cce7276bb6918ffe7c Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 25 Sep 2018 21:19:04 +0100 Subject: [PATCH] Change documentation properties to options --- docs/usage/table-of-contents.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/table-of-contents.md b/docs/usage/table-of-contents.md index 2f43da4c2f..7c226833cd 100644 --- a/docs/usage/table-of-contents.md +++ b/docs/usage/table-of-contents.md @@ -22,9 +22,9 @@ const toc = new TableOfContents("Summary", { doc.addTableOfContents(toc); ``` -## Table of Contents Properties +## Table of Contents Options -Here is the list of all properties that you can use to generate your tables of contents: +Here is the list of all options that you can use to generate your tables of contents: | Option | Type | TOC Field Switch | Description | | --- | --- | --- | --- | @@ -48,7 +48,7 @@ Here is the list of all properties that you can use to generate your tables of c ## Examples ```js -// Let's define the properties for generate a TOC for heading 1-5 and MySpectacularStyle, +// Let's define the options for generate a TOC for heading 1-5 and MySpectacularStyle, // making the entries be hyperlinks for the paragraph const toc = new TableOfContents("Summary", { hyperlink: true,