Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 20d98cf

Browse files
morenoh149mblayman
authored andcommitted
Fix typo in usage.md (#379)
1 parent aea98cc commit 20d98cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/usage.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ can be filtered to show only those objects related to the 'parent'.
350350
In this example, `reverse('order-lineitems-list', kwargs={'order_pk': 3}`
351351
should resolve to something like `/orders/3/lineitems`, and that route
352352
should instantiate a view or viewset for `LineItem` objects that accepts
353-
a keword argument `order_pk`. The
353+
a keyword argument `order_pk`. The
354354
[drf-nested-routers](https://github.com/alanjds/drf-nested-routers) package
355355
is useful for defining such nested routes in your urlconf.
356356

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /