소스 검색

Update documenting.md

Fixed a small spelling error
In line 5. Changed "conetns" to "contents"
soenderby 5 년 전
부모
커밋
4fadb91a66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/documenting.md

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