Skip to content

Commit 0e62a8e

Browse files
authored
Fix typo in the README (Buuntu#158)
Change `ProtectecComponent` to `ProtectedComponent`.
1 parent 60d6c71 commit 0e62a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ the home page.
355355
import { Switch } from 'react-router-dom';
356356

357357
// Replace this with your component
358-
import { ProtectecComponent } from 'components';
358+
import { ProtectedComponent } from 'components';
359359

360360
const Routes = () => (
361361
<Switch>

0 commit comments

Comments
 (0)