Skip to content

Commit f8887ad

Browse files
AndreiRaileantimdorr
authored andcommitted
fix small typo (#5695)
1 parent db1900a commit f8887ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/docs/guides/blocked-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class Blocker extends React.PureComponent {
159159

160160
const Parent = (props) => {
161161
// <Parent> receives the location as a prop. Any child
162-
// element is creates can be passed the location.
162+
// element it creates can be passed the location.
163163
return (
164164
<SomeComponent>
165165
<Blocker location={props.location} />

0 commit comments

Comments
 (0)