Skip to content

Commit b0ca248

Browse files
authored
Correct the use of "to" (encode#7696)
1 parent ce15683 commit b0ca248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/5-relationships-and-hyperlinked-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ We can change the default list style to use pagination, by modifying our `tutori
143143

144144
Note that settings in REST framework are all namespaced into a single dictionary setting, named `REST_FRAMEWORK`, which helps keep them well separated from your other project settings.
145145

146-
We could also customize the pagination style if we needed too, but in this case we'll just stick with the default.
146+
We could also customize the pagination style if we needed to, but in this case we'll just stick with the default.
147147

148148
## Browsing the API
149149

0 commit comments

Comments
 (0)