From 223a6855292fe54e30b69d09e4a9b7402b68ba1b Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:00:23 -0700 Subject: [PATCH] Docs: Fix typo: Change "Table of Content" to "Table of Contents" (#10832) --- readme/api/tutorials/toc_plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/api/tutorials/toc_plugin.md b/readme/api/tutorials/toc_plugin.md index f496abc8e..f44fe2136 100644 --- a/readme/api/tutorials/toc_plugin.md +++ b/readme/api/tutorials/toc_plugin.md @@ -1,9 +1,9 @@ --- sidebar_position: 1 --- -# Creating a table of content plugin +# Creating a table of contents plugin -This tutorial will guide you through the steps to create a table of content plugin for Joplin. It will display a view next to the current note that will contain links to the sections of a note. It will be possible to click on one of the header to jump to the relevant section. +This tutorial will guide you through the steps to create a table of contents plugin for Joplin. It will display a view next to the current note that will contain links to the sections of a note. It will be possible to click on one of the header to jump to the relevant section. Through this tutorial you will learn about several aspect of the Joplin API, including: