Skip to content

Commit 35fe12e

Browse files
committed
docs: Fix "Nested Routing" example in readme
1 parent 1c57271 commit 35fe12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function Profile() {
129129
<Route path="/a" component={ProfileA} />
130130
<Route path="/b" component={ProfileB} />
131131
</Router>
132-
<ErrorBoundary>
132+
</ErrorBoundary>
133133
</div>
134134
);
135135
}

0 commit comments

Comments
 (0)