From 13adddf74cba02567e1e6686e6d32c13ec97e595 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 22 Jan 2019 06:53:14 +0100 Subject: [PATCH] fixed SideNav.js --- docs/src/SideNav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/SideNav.js b/docs/src/SideNav.js index 63d75906a0..7ba63ac425 100644 --- a/docs/src/SideNav.js +++ b/docs/src/SideNav.js @@ -111,7 +111,7 @@ const Router = withRouter(({router, children}) => { }) /** - * is just a way to conditonally render content without a wrapper + * is just a way to conditionally render content without a wrapper * element when contained directly in a : * * ```jsx