diff --git a/packages/react-router-dom/docs/api/BrowserRouter.md b/packages/react-router-dom/docs/api/BrowserRouter.md index e87b037bd0..1bdfa2a9ca 100644 --- a/packages/react-router-dom/docs/api/BrowserRouter.md +++ b/packages/react-router-dom/docs/api/BrowserRouter.md @@ -18,8 +18,11 @@ A [``](../../../react-router/docs/api/Router.md) that uses the HTML5 his The base URL for all locations. If your app is served from a sub-directory on your server, you'll want to set this to the sub-directory. A properly formatted basename should have a leading slash, but no trailing slash. ```jsx - - // renders + + // renders + // renders + ... + ``` ## getUserConfirmation: func