From 3e87993047a5148cc1a89e216b0d311997430dff Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Tue, 29 May 2018 09:47:37 -0700 Subject: [PATCH] Move static type checking above PropTypes --- content/docs/nav.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 215f5e7e2..cc7ca48a7 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -38,10 +38,10 @@ items: - id: jsx-in-depth title: JSX In Depth - - id: typechecking-with-proptypes - title: Typechecking With PropTypes - id: static-type-checking title: Static Type Checking + - id: typechecking-with-proptypes + title: Typechecking With PropTypes - id: refs-and-the-dom title: Refs and the DOM - id: uncontrolled-components