1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 12:42:32 +03:00

fix: fix typo in docs/src/SideNav.js

This commit is contained in:
Shawn Allen 2019-01-22 16:16:58 -08:00 committed by GitHub
commit 9d5ddbae64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ const Router = withRouter(({router, children}) => {
}) })
/** /**
* <RouteMatch> is just a way to conditonally render content without a wrapper * <RouteMatch> is just a way to conditionally render content without a wrapper
* element when contained directly in a <Router>: * element when contained directly in a <Router>:
* *
* ```jsx * ```jsx