From fa6f3271cb728c9893a7fe2276c61b963ddbc83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Fri, 1 Feb 2019 08:40:01 +0000 Subject: [PATCH] docs: fix untranslated word --- project-docs/workflow/DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /**