docs: fix untranslated word

This commit is contained in:
Jovan Krunić
2019-02-01 08:40:01 +00:00
parent f78ed3b9eb
commit fa6f3271cb

View File

@@ -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
/**