diff --git a/project-docs/workflow/DOCUMENTATION.md b/project-docs/workflow/DOCUMENTATION.md index 301e8e7d..98447000 100644 --- a/project-docs/workflow/DOCUMENTATION.md +++ b/project-docs/workflow/DOCUMENTATION.md @@ -20,7 +20,7 @@ templateBase.properties = mergeObjects( ); ``` -* Follow the [recommendations](http://typedoc.org/guides/doccomments/) of `typedoc`, because it is used to generate documentation. Do not denote the types again in the documentation (`@param` and `@returns`), because they are already "documented" in the code itself. Beispiel: +* Follow the [recommendations](http://typedoc.org/guides/doccomments/) of `typedoc`, because it is used to generate documentation. Do not denote the types again in the documentation (`@param` and `@returns`), because they are already "documented" in the code itself. Example: ```typescript /**