From 717857ed6171a3f3edcfc6fcbd0cc267d023f65f Mon Sep 17 00:00:00 2001 From: "G. Kay Lee" Date: Sun, 19 Feb 2017 01:04:19 +0800 Subject: [PATCH] Update index.html (#1553) Fixes typos. --- website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index 24878fa5..58656661 100644 --- a/website/index.html +++ b/website/index.html @@ -1070,7 +1070,7 @@ Renderer -

Passes down props to <Tabs> +

Passes down props from <Tabs> to the <Header> component. Must return the composed props object.

@@ -1094,7 +1094,7 @@
Renderer -

Passes down props to <Tab> +

Passes down props from <Tab> to the <Tabs> component. Must return the composed props object.