diff --git a/docs/render.md b/docs/render.md index 66f131cf..14d896d4 100644 --- a/docs/render.md +++ b/docs/render.md @@ -15,7 +15,7 @@ Argument | Type | Required | Description ----------- | -------------------- | -------- | --- `element` | `Element` | Yes | A DOM element that will be the parent node to the subtree `vnodes` | `Array|Vnode` | Yes | The [vnodes](vnodes.md) to be rendered -**returns** | | | Returns nothing +**returns** | | | Returns `undefined` [How to read signatures](signatures.md)