From 77c9c855ebb243ad2bdb4e512ec46821611a13e2 Mon Sep 17 00:00:00 2001 From: J Bruni Date: Mon, 26 Sep 2016 09:49:18 -0300 Subject: [PATCH] API vm-slots little fix --- src/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.md b/src/api/index.md index 495c8d5291..763cda1e0d 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -902,7 +902,7 @@ type: api - **Details:** - A hash of VNode children of component that should resolve with slot. VNode children resolved with Single Slot are stored as the `default` key. VNode children resolve with Named Slot are stored as the key that specified with `slot` attribute. those VNode children are stored an Array. + A hash of VNode children of component that should resolve with slot. VNode children resolved with Single Slot are stored as the `default` key. VNode children resolve with Named Slot are stored as the key that specified with `slot` attribute. Those VNode children are stored as an Array. - **Example:**