From 0a736b5e76463f5e0d9597fd0dbff1a9ad86d3bf Mon Sep 17 00:00:00 2001 From: ludbek Date: Wed, 3 Aug 2016 21:43:54 +0545 Subject: [PATCH] linked component doc --- docs/hyperscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperscript.md b/docs/hyperscript.md index 27e89e8f..e8c392a4 100644 --- a/docs/hyperscript.md +++ b/docs/hyperscript.md @@ -23,7 +23,7 @@ Argument | Type | Required | Description ------------ | ------------------------------------------ | -------- | --- -`selector` | `String|Object` | Yes | A CSS selector or a component +`selector` | `String|Object` | Yes | A CSS selector or a [component](https://github.com/lhorie/mithril.js/blob/rewrite/docs/components.md) `attributes` | `Object` | No | HTML attributes or element properties `children` | `Array|String|Number|Boolean` | No | Child [vnodes](vnodes.md#structure). Can be written as [splat arguments](signatures.md#splats) **returns** | `Vnode` | | A [vnode](vnodes.md#structure)