Skip to content

Commit

Permalink
Fixing Docs Typo (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbeno1 authored Apr 3, 2024
1 parent 418c78b commit ff50d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class FruitOrder:

!!! tip

`strawberry_django.Ordering` has convinient method `resolve` that can be used to
`strawberry_django.Ordering` has convenient method `resolve` that can be used to
convert field's name to appropriate `F` object with correctly applied `asc()`, `desc()` method
with `nulls_first` and `nulls_last` arguments.

Expand Down

0 comments on commit ff50d0a

Please sign in to comment.