fix browser router spelling

pull/118/head
SmallGuy 4 years ago committed by GitHub
parent 8bc961899c
commit 3a50e957f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,9 +63,9 @@ import {
We may not all these components in every project but it is good to know that it exists.
## BroswerRouter
## BrowserRouter
BrowerRouter is a parent component which allows to wrap the application route. Using the BrowserRouter we can access the browser history. Sometimes it can renames as router.
BrowserRouter is a parent component which allows to wrap the application route. Using the BrowserRouter we can access the browser history. Sometimes it can renames as router.
```js
import React from 'react'

Loading…
Cancel
Save