From 3a50e957f77f61b4e1f97640a9e0964e66a06795 Mon Sep 17 00:00:00 2001 From: SmallGuy Date: Tue, 1 Jun 2021 21:37:30 +0800 Subject: [PATCH] fix browser router spelling --- 17_React_Router/17_react_router.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/17_React_Router/17_react_router.md b/17_React_Router/17_react_router.md index 6175f0f..df389d8 100644 --- a/17_React_Router/17_react_router.md +++ b/17_React_Router/17_react_router.md @@ -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'