From f1395296b2397a87dce11aa4eb09d82fbb03b0e2 Mon Sep 17 00:00:00 2001 From: Connor McSheffrey Date: Wed, 30 Oct 2013 12:29:38 -0700 Subject: [PATCH] Update nav config with new entry names/permalinks --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 44fbbd33..013e93af 100644 --- a/_config.yml +++ b/_config.yml @@ -82,10 +82,10 @@ nav_cookbook: title: Self closing tag - id: jsx-root-node-count title: JSX root node count - - id: style-prop-value-px - title: Style prop value px - - id: children-prop-type - title: Children prop type + - id: style-props-value-px + title: Style props value px + - id: children-props-type + title: Children props type - id: controlled-input-null-value title: Controlled input null value - id: componentWillReceiveProps-not-triggered-after-mounting