Skip to content

Commit 4b3d533

Browse files
authored
Add missing period at the end of a sentence (#13413)
1 parent edb74b8 commit 4b3d533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
- senseibarni
297297
- sergiodxa
298298
- serranoarevalo
299+
- sevignator
299300
- sgalhs
300301
- sgrishchenko
301302
- shamsup

docs/tutorials/address-book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Now the child route should be rendering through the outlet.
344344

345345
## Client Side Routing
346346

347-
You may or may not have noticed, but when we click the links in the sidebar, the browser is doing a full document request for the next URL instead of client side routing, which completely remounts our app
347+
You may or may not have noticed, but when we click the links in the sidebar, the browser is doing a full document request for the next URL instead of client side routing, which completely remounts our app.
348348

349349
Client side routing allows our app to update the URL without reloading the entire page. Instead, the app can immediately render new UI. Let's make it happen with [`<Link>`][link-component].
350350

0 commit comments

Comments
 (0)