Skip to content

Commit 39d2150

Browse files
Alon Nivtimdorr
authored andcommitted
Small phrasing change (#3838)
1 parent 2215f28 commit 39d2150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Topics = ({ pathname, pattern }) => (
9797
*/}
9898
<Match pattern={`${pathname}/:topicId`} component={Topic}/>
9999

100-
{/* 8. use the `render` prop to conveniently inline rendering */}
100+
{/* 8. use the `render` prop for convenient inline rendering */}
101101
<Match pattern={pathname} exactly render={() => (
102102
<h3>Please select a topic</h3>
103103
)}/>

0 commit comments

Comments
 (0)