From 3338829aad3662eec3606141f00c6c190fd27ed8 Mon Sep 17 00:00:00 2001 From: Brandon Lilly Date: Wed, 16 Sep 2015 00:08:40 -0700 Subject: [PATCH] activeClassName docs update --- docs/api/Link.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/Link.md b/docs/api/Link.md index a7fe03f329..7b0890fe0c 100644 --- a/docs/api/Link.md +++ b/docs/api/Link.md @@ -22,7 +22,7 @@ State to persist to the `location`. #### `activeClassName` -The className a `Link` receives when its route is active. Defaults to `active`. +The className a `Link` receives when its route is active. No active class by default. #### `activeStyle` @@ -55,4 +55,4 @@ Given a route like ``: // change style when link is active Users -``` \ No newline at end of file +```