Skip to content

Commit 18ae5d1

Browse files
authored
Added apostrophe. (remix-run#14792)
1 parent 379945d commit 18ae5d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/address-book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ export async function loader() {
862862
}
863863
```
864864

865-
Whether you set `ssr` to `true` or `false` depends on you and your users needs. Both strategies are perfectly valid. For the remainder of this tutorial we're going to use server-side rendering, but know that all rendering strategies are first class citizens in React Router.
865+
Whether you set `ssr` to `true` or `false` depends on you and your users' needs. Both strategies are perfectly valid. For the remainder of this tutorial we're going to use server-side rendering, but know that all rendering strategies are first class citizens in React Router.
866866

867867
## URL Params in Loaders
868868

0 commit comments

Comments
 (0)