From 3dc7a2fbd1f4815f1e1a8aecda4185063dcd4e0e Mon Sep 17 00:00:00 2001 From: Thanh Chung Bui Date: Tue, 10 Mar 2020 08:11:04 +0900 Subject: [PATCH 1/3] fix typo "conetns" -> "contents --- docs/documenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting.md b/docs/documenting.md index d3145c23..2ac68490 100644 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -2,7 +2,7 @@ This package generates documentation from your code using mainly annotations (in doc block comments). ## Grouping endpoints -All endpoints are grouped for easy organization. Using `@group` in a controller doc block creates a Group within the API documentation. All routes handled by that controller will be grouped under this group in the table of conetns shown in the sidebar. +All endpoints are grouped for easy organization. Using `@group` in a controller doc block creates a Group within the API documentation. All routes handled by that controller will be grouped under this group in the table of contents shown in the sidebar. The short description after the `@group` should be unique to allow anchor tags to navigate to this section. A longer description can be included below. Custom formatting and `