Skip to content

Commit dc87dd2

Browse files
authored
Merge pull request #707 from thanhchungbtc/patch-1
fix typo "conetns" -> "contents
2 parents 18fdcd7 + 3dc7a2f commit dc87dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documenting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This package generates documentation from your code using mainly annotations (in doc block comments).
33

44
## Grouping endpoints
5-
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.
5+
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.
66

77
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 `<aside>` tags are also supported. (see the [Documentarian docs](http://marcelpociot.de/documentarian/installation/markdown_syntax))
88

0 commit comments

Comments
 (0)